From 0870efbe4612fd9c0ce70b2753517b67c3a686b1 Mon Sep 17 00:00:00 2001 From: Kent Williams Date: Fri, 11 Apr 2003 18:05:57 -0400 Subject: [PATCH] took out an orphan endif --- Source/kwsys/SystemTools.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 624df6d43..7c31ec349 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1044,7 +1044,6 @@ int SystemTools::Strucmp(const char *s1, const char *s2) return tolower(*(unsigned char *) s1) - tolower(*(unsigned char *) s2); -#endif } // return true if the file exists