summaryrefslogtreecommitdiff
path: root/Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c')
-rw-r--r--Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c b/Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c
index 32f6727..9c07cda 100644
--- a/Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c
+++ b/Source/3rdParty/SDL2/src/main/windows/SDL_windows_main.c
@@ -121,7 +121,7 @@ OutOfMemory(void)
static int
main_getcmdline()
{
- char **argv;
+ char **argv = 0;
int argc;
char *cmdline = NULL;
int retval = 0;