diff options
author | Kent Williams <norman-k-williams@uiowa.edu> | 2003-04-11 22:05:57 (GMT) |
---|---|---|
committer | Kent Williams <norman-k-williams@uiowa.edu> | 2003-04-11 22:05:57 (GMT) |
commit | 0870efbe4612fd9c0ce70b2753517b67c3a686b1 (patch) | |
tree | f5b90add625e67cc1a3fe861d66c6da17760d26b | |
parent | ac440aa321225dfe49d9fcdad0d8fd3af9fdb7f1 (diff) | |
download | CMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.zip CMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.tar.gz CMake-0870efbe4612fd9c0ce70b2753517b67c3a686b1.tar.bz2 |
took out an orphan endif
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 1 |
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 |