diff --git a/src/filesystem/unix/SDL_sysfilesystem.c b/src/filesystem/unix/SDL_sysfilesystem.c index bd11fdaa5..928d76965 100644 --- a/src/filesystem/unix/SDL_sysfilesystem.c +++ b/src/filesystem/unix/SDL_sysfilesystem.c @@ -246,6 +246,7 @@ SDL_GetBasePath(void) return NULL; } } + } #endif /* If we had access to argv[0] here, we could check it for a path,