Commit db7c92b4b410efe490c5c3a8614f65f66407f6e5

Sam Lantinga 2013-08-29T08:25:24

Christoph Mallon: Remove lone /* if */ comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/filesystem/unix/SDL_sysfilesystem.c b/src/filesystem/unix/SDL_sysfilesystem.c
index 557b3f7..3be5eb7 100644
--- a/src/filesystem/unix/SDL_sysfilesystem.c
+++ b/src/filesystem/unix/SDL_sysfilesystem.c
@@ -172,7 +172,7 @@ SDL_GetPrefPath(const char *org, const char *app)
         append = "/.local/share/";
     } else {
         append = "/";
-    } /* if */
+    }
 
     len = SDL_strlen(envr);
     if (envr[len - 1] == '/')