소스 검색

Fixed comment in implementation for NaCl.

Philipp Wiesemann 10 년 전
부모
커밋
43500a78b8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 */
+