mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:23:00 +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];
|
CommandLineA[i] = (CHAR)CommandLineW[i];
|
||||||
}
|
}
|
||||||
CommandLineW[i] = 0;
|
CommandLineA[i] = 0;
|
||||||
return(CommandLineA);
|
return(CommandLineA);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue