Skip to content

Commit

Permalink
Christoph Mallon: Remove lone /* if */ comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 29, 2013
1 parent 321aa4a commit db7c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem/unix/SDL_sysfilesystem.c
Expand Up @@ -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] == '/')
Expand Down

0 comments on commit db7c92b

Please sign in to comment.