mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
minor whitespace tidy-up.
This commit is contained in:
@@ -44,8 +44,7 @@ main_getcmdline(void)
|
|||||||
{
|
{
|
||||||
LPWSTR *argvw;
|
LPWSTR *argvw;
|
||||||
char **argv;
|
char **argv;
|
||||||
int i, argc;
|
int i, argc, result;
|
||||||
int result;
|
|
||||||
|
|
||||||
argvw = CommandLineToArgvW(GetCommandLineW(), &argc);
|
argvw = CommandLineToArgvW(GetCommandLineW(), &argc);
|
||||||
if (argvw == NULL) {
|
if (argvw == NULL) {
|
||||||
|
Reference in New Issue
Block a user