From 43500a78b8bfaff9b081246f0ba50dba886ea21f Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 31 Jan 2015 21:06:37 +0100 Subject: [PATCH] Fixed comment in implementation for NaCl. --- src/filesystem/nacl/SDL_sysfilesystem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/filesystem/nacl/SDL_sysfilesystem.c b/src/filesystem/nacl/SDL_sysfilesystem.c index ff55b2ba9a98e..0111683a26fe7 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 */ +