Fix broken solaris build. (missing brace).

missing brace.
This commit is contained in:
Samuel Venable 2022-11-28 18:37:34 -05:00 committed by Sam Lantinga
parent 37d244ea81
commit a65d1bfb14

View file

@ -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,