Update unix.c

Add missing semicolon for Apple build
This commit is contained in:
Moonif
2023-04-09 00:51:59 +04:00
parent aea869b997
commit 21004626d0

View File

@@ -814,7 +814,7 @@ void
plat_get_global_config_dir(char *strptr)
{
#ifdef __APPLE__
char *prefPath = SDL_GetPrefPath(NULL, "net.86Box.86Box")
char *prefPath = SDL_GetPrefPath(NULL, "net.86Box.86Box");
#else
char *prefPath = SDL_GetPrefPath(NULL, "86Box");
#endif