Parcourir la source

Fixed comment in implementation for NaCl.

Philipp Wiesemann il y a 10 ans
Parent
commit
43500a78b8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 */
+