Browse Source

Fixed comment in implementation for NaCl.

Philipp Wiesemann 10 năm trước cách đây
mục cha
commit
43500a78b8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 */
+