Removed the space between function names and the opening parenthesis.
[mmh] / sbr / m_atoi.c
index 0222533..03bf0d0 100644 (file)
@@ -12,7 +12,7 @@
 
 
 int
-m_atoi (char *str)
+m_atoi(char *str)
 {
        int i;
        unsigned char *cp;