mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Fix some format errors. (PR #1042)
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ static LPSTR GetNextArg(LPSTR lpCmdLine)
|
||||
{
|
||||
*lpCmdLine++ = 0x00;
|
||||
|
||||
while ((*lpCmdLine == ' ')) // Skip multiple spaces between args
|
||||
while (*lpCmdLine == ' ') // Skip multiple spaces between args
|
||||
lpCmdLine++;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user