Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Christoph Mallon: Remove lone /* if */ comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/filesystem/unix/SDL_sysfilesystem.c
|
@@ -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] == '/') |
|
|