Removed the space between function names and the opening parenthesis.
[mmh] / sbr / closefds.c
index 0f87bde..8a4da49 100644 (file)
@@ -15,5 +15,5 @@ closefds(int i)
        int nbits = OPEN_MAX;
 
        for (; i < nbits; i++)
-               close (i);
+               close(i);
 }