Browse Source

Fixed comment in implementation for NaCl.

Philipp Wiesemann 10 years ago
parent
commit
43500a78b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/filesystem/nacl/SDL_sysfilesystem.c

+ 2 - 1
src/filesystem/nacl/SDL_sysfilesystem.c

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