mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 09:01:08 +00:00
Christoph Mallon: Remove lone /* if */ comment.
This commit is contained in:
parent
321aa4ae10
commit
db7c92b4b4
|
@ -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…
Reference in a new issue