mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed typo in GetCommandLineA().
svn path=/trunk/; revision=565
This commit is contained in:
parent
19a76ae9af
commit
8ae06e50f1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ LPSTR STDCALL GetCommandLineA(VOID)
|
|||
{
|
||||
CommandLineA[i] = (CHAR)CommandLineW[i];
|
||||
}
|
||||
CommandLineW[i] = 0;
|
||||
CommandLineA[i] = 0;
|
||||
return(CommandLineA);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue