Removed the space between function names and the opening parenthesis.
[mmh] / sbr / ssequal.c
index 95c6776..99b1249 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 int
-ssequal (char *s1, char *s2)
+ssequal(char *s1, char *s2)
 {
        if (!s1)
                s1 = "";