Fixed comment in implementation for NaCl.

Philipp Wiesemann 2015-01-31 21:06:37 +01:00
parent f4b7cf6e81
commit 43500a78b8
1 changed files with 2 additions and 1 deletions

View File

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