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