]> git.marmaro.de Git - mmh/blobdiff - sbr/copyip.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / copyip.c
index e4253da5a749961ac31061858617efcb5b0d8dc1..e5ded8298184d8cc7b65258bf0ce32781aa6aafe 100644 (file)
@@ -10,7 +10,7 @@
 
 
 char **
-copyip (char **p, char **q, int len_q)
+copyip(char **p, char **q, int len_q)
 {
        while (*p && --len_q > 0)
                *q++ = *p++;