diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c index 3118523824d..e57311061a4 100644 --- a/programs/explorer/explorer.c +++ b/programs/explorer/explorer.c @@ -33,8 +33,7 @@ static int CopyPathString(LPWSTR target, LPSTR source) CHAR temp_buf[MAX_PATH]; INT i = 0; - while isspace(*source) - source++; + while (isspace(*source)) source++; if (*source == '\"') {