summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/rewinddir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/rewinddir.c')
-rw-r--r--otherlibs/unix/rewinddir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/rewinddir.c b/otherlibs/unix/rewinddir.c
index 4062a46c7..9539e0923 100644
--- a/otherlibs/unix/rewinddir.c
+++ b/otherlibs/unix/rewinddir.c
@@ -11,5 +11,5 @@ value unix_rewinddir(d) /* ML */
value d;
{
rewinddir((DIR *) d);
- return Atom(0);
+ return Val_unit;
}