]> git.marmaro.de Git - mmh/blobdiff - sbr/strcasecmp.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / strcasecmp.c
index 354fd0fbcef738872ca9f3d373f1e940b7bb0f12..608b4a582d703f2e26be0f6f743890eeaf925dbf 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;