From bfeff6b0abf01854217c275d6c6bbd44009053db Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 28 Mar 2013 09:05:36 +0000 Subject: [PATCH] Fix a multi-line comment in cache1d.c. git-svn-id: https://svn.eduke32.com/eduke32@3619 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/cache1d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/cache1d.c b/polymer/eduke32/build/src/cache1d.c index afea60870..ad254cb52 100644 --- a/polymer/eduke32/build/src/cache1d.c +++ b/polymer/eduke32/build/src/cache1d.c @@ -321,7 +321,7 @@ int32_t addsearchpath(const char *p) char *path = Bstrdup(p); if (path[Bstrlen(path)-1] == '\\') - path[Bstrlen(path)-1] = 0; // hack for stat() returning ENOENT on paths ending in \ + path[Bstrlen(path)-1] = 0; // hack for stat() returning ENOENT on paths ending in a backslash if (Bstat(path, &st) < 0) {