aboutsummaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 5b9e773..76ddaaf 100644
--- a/misc.c
+++ b/misc.c
@@ -75,5 +75,5 @@ void die_help()
" -s size of a single channel's sample (bytes)\n"
" -f name_format (%%d and co are replaced with track number)\n"
);
- exit(-1);
+ exit(1);
}