Gerald Pfeifer gerald@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.