summaryrefslogtreecommitdiff
path: root/eprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'eprintf.c')
-rw-r--r--eprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eprintf.c b/eprintf.c
index f89cc3d..833367a 100644
--- a/eprintf.c
+++ b/eprintf.c
@@ -26,7 +26,7 @@ eprintf(const char *fmt, ...)
va_list ap;
va_start(ap, fmt);
- venprintf(EXIT_FAILURE, fmt, ap);
+ venprintf(1, fmt, ap);
va_end(ap);
}