Removed the space between function names and the opening parenthesis.
[mmh] / sbr / m_backup.c
index e8c5566..17f7ad5 100644 (file)
@@ -10,7 +10,7 @@
 
 
 char *
-m_backup (char *file)
+m_backup(char *file)
 {
        char *cp;
        static char buffer[BUFSIZ];