Skip to content

Commit

Permalink
Fixed comment in implementation for NaCl.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jan 31, 2015
1 parent f4b7cf6 commit 43500a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filesystem/nacl/SDL_sysfilesystem.c
Expand Up @@ -38,4 +38,5 @@ SDL_GetPrefPath(const char *org, const char *app)
return NULL;
}

#endif /* __NACL__ */
#endif /* SDL_FILESYSTEM_NACL */

0 comments on commit 43500a7

Please sign in to comment.