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