mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
took out an orphan endif
This commit is contained in:
parent
ac440aa321
commit
0870efbe46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user