summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Williams <norman-k-williams@uiowa.edu>2003-04-11 22:05:57 (GMT)
committerKent Williams <norman-k-williams@uiowa.edu>2003-04-11 22:05:57 (GMT)
commit0870efbe4612fd9c0ce70b2753517b67c3a686b1 (patch)
treef5b90add625e67cc1a3fe861d66c6da17760d26b
parentac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1 (diff)
downloadCMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.zip
CMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.tar.gz
CMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.tar.bz2
took out an orphan endif
-rw-r--r--Source/kwsys/SystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index 624df6d..7c31ec3 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