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

Sam Lantinga 2013-08-29 08:25:24 -07:00
parent 321aa4ae10
commit db7c92b4b4
1 changed files with 1 additions and 1 deletions

View File

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