16 Feb
2008
16 Feb
'08
3:03 p.m.
Gerald Pfeifer <gerald(a)pfeifer.com> writes:
@@ -109,7 +109,7 @@ BOOL WINAPI ILGetDisplayNameExW(LPSHELLF return FALSE; }
- if (type >= 0 && type <= 2) + if (type <= 2) { switch (type) {
The test should probably be removed completely since there's already a default for it in the switch() that follows. -- Alexandre Julliard julliard(a)winehq.org