mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-12 05:41:10 +01:00
minor whitespace tidy-up.
This commit is contained in:
parent
f8400cbba9
commit
1b7fc81e3f
@ -44,8 +44,7 @@ main_getcmdline(void)
|
||||
{
|
||||
LPWSTR *argvw;
|
||||
char **argv;
|
||||
int i, argc;
|
||||
int result;
|
||||
int i, argc, result;
|
||||
|
||||
argvw = CommandLineToArgvW(GetCommandLineW(), &argc);
|
||||
if (argvw == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user