Fix broken solaris build. (missing brace). missing brace.
diff --git a/src/filesystem/unix/SDL_sysfilesystem.c b/src/filesystem/unix/SDL_sysfilesystem.c
index bd11fda..928d769 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,