summaryrefslogtreecommitdiff
path: root/src/hoofd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hoofd.c')
-rw-r--r--src/hoofd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hoofd.c b/src/hoofd.c
index 0eac51d..c02d166 100644
--- a/src/hoofd.c
+++ b/src/hoofd.c
@@ -101,7 +101,7 @@ err_file:
err_isdir:
fprintf(stderr, "hoofd: bestand '%s' is een mapje\n", arg);
- return 1;
+ return -1;
}
int entry_hoofd(int argc, char **argv) {