Removed the space between function names and the opening parenthesis.
[mmh] / sbr / strcasecmp.c
index 354fd0f..608b4a5 100644 (file)
@@ -15,7 +15,7 @@
 */
 
 int
-mh_strcasecmp (const char *s1, const char *s2)
+mh_strcasecmp(const char *s1, const char *s2)
 {
        const unsigned char *us1, *us2;