diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index 877310ad5c4..c7d5012493d 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -63,10 +63,7 @@ LPWSTR* WINAPI CommandLineToArgvW(LPWSTR cmdline,LPDWORD numargs) *s=0x0020; while (*s && *s==0x0020) s++; - if (*s) - t=s+1; - else - t=s; + t=s; continue; } s++;