Browse Source

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

Sam Lantinga 11 years ago
parent
commit
db7c92b4b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filesystem/unix/SDL_sysfilesystem.c

+ 1 - 1
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] == '/')