Update unix.c
Add missing semicolon for Apple build
This commit is contained in:
@@ -814,7 +814,7 @@ void
|
|||||||
plat_get_global_config_dir(char *strptr)
|
plat_get_global_config_dir(char *strptr)
|
||||||
{
|
{
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
char *prefPath = SDL_GetPrefPath(NULL, "net.86Box.86Box")
|
char *prefPath = SDL_GetPrefPath(NULL, "net.86Box.86Box");
|
||||||
#else
|
#else
|
||||||
char *prefPath = SDL_GetPrefPath(NULL, "86Box");
|
char *prefPath = SDL_GetPrefPath(NULL, "86Box");
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user