mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-24 02:29:43 +00: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