summaryrefslogtreecommitdiffstats
path: root/uniso.c
diff options
context:
space:
mode:
Diffstat (limited to 'uniso.c')
-rw-r--r--uniso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uniso.c b/uniso.c
index bae938d..f8d4427 100644
--- a/uniso.c
+++ b/uniso.c
@@ -3,5 +3,5 @@
int main(int argc, char *argv[])
{
- return uniso(STDIN_FILENO);
+ return uniso(STDIN_FILENO, NULL, NULL);
}