Commit 43500a78b8bfaff9b081246f0ba50dba886ea21f

Philipp Wiesemann 2015-01-31T21:06:37

Fixed comment in implementation for NaCl.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/filesystem/nacl/SDL_sysfilesystem.c b/src/filesystem/nacl/SDL_sysfilesystem.c
index ff55b2b..0111683 100644
--- a/src/filesystem/nacl/SDL_sysfilesystem.c
+++ b/src/filesystem/nacl/SDL_sysfilesystem.c
@@ -38,4 +38,5 @@ SDL_GetPrefPath(const char *org, const char *app)
     return NULL;
 }
 
-#endif /* __NACL__ */
\ No newline at end of file
+#endif /* SDL_FILESYSTEM_NACL */
+