Christoph Mallon: Remove lone /* if */ comment.
This commit is contained in:
parent
18517df9b2
commit
911e984c36
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ SDL_GetPrefPath(const char *org, const char *app)
|
||||||
append = "/.local/share/";
|
append = "/.local/share/";
|
||||||
} else {
|
} else {
|
||||||
append = "/";
|
append = "/";
|
||||||
} /* if */
|
}
|
||||||
|
|
||||||
len = SDL_strlen(envr);
|
len = SDL_strlen(envr);
|
||||||
if (envr[len - 1] == '/')
|
if (envr[len - 1] == '/')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue