summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/closedir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/closedir.c')
-rw-r--r--otherlibs/unix/closedir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/closedir.c b/otherlibs/unix/closedir.c
index c0feae1f9..9a722b445 100644
--- a/otherlibs/unix/closedir.c
+++ b/otherlibs/unix/closedir.c
@@ -20,8 +20,7 @@
#include <sys/dir.h>
#endif
-value unix_closedir(d) /* ML */
- value d;
+value unix_closedir(value d) /* ML */
{
closedir((DIR *) d);
return Val_unit;