mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 01:05:28 +00:00
Fix broken solaris build. (missing brace).
missing brace.
This commit is contained in:
parent
37d244ea81
commit
a65d1bfb14
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue