mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-07 16:56:59 +01: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 New Issue
Block a user