From 911e984c3624af56e9de62c445cf77b98b3df1fd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 29 Aug 2013 08:25:24 -0700 Subject: [PATCH] Christoph Mallon: Remove lone /* if */ comment. --- src/filesystem/unix/SDL_sysfilesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem/unix/SDL_sysfilesystem.c b/src/filesystem/unix/SDL_sysfilesystem.c index 557b3f77f..3be5eb762 100644 --- a/src/filesystem/unix/SDL_sysfilesystem.c +++ b/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] == '/')