took out an orphan endif

This commit is contained in:
Kent Williams 2003-04-11 18:05:57 -04:00
parent ac440aa321
commit 0870efbe46
1 changed files with 0 additions and 1 deletions

View File

@ -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