1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-09-06 22:53:18 +00:00

Fixed comment in implementation for NaCl.

This commit is contained in:
Philipp Wiesemann 2015-01-31 21:06:37 +01:00
parent f4b7cf6e81
commit 43500a78b8

View file

@ -38,4 +38,5 @@ SDL_GetPrefPath(const char *org, const char *app)
return NULL;
}
#endif /* __NACL__ */
#endif /* SDL_FILESYSTEM_NACL */