commit 3d8d796a952fdc0e6d5beb66d354c5386f0fd594
Author: Hiltjo Posthuma <[email protected]>
Date:   Sun Dec 21 23:14:39 2014 +0100

    unexpand: fix eprintf

diff --git a/unexpand.c b/unexpand.c
index f282781..b4b57a0 100644
--- a/unexpand.c
+++ b/unexpand.c
@@ -27,7 +27,7 @@ main(int argc, char *argv[])
        case 't':
                tabsize = estrtol(EARGF(usage()), 0);
                if (tabsize <= 0)
-                       eprintf("unexpand: invalid tabsize\n", argv[0]);
+                       eprintf("unexpand: invalid tabsize\n");
                /* Fallthrough: -t implies -a */
        case 'a':
                aflag = 1;

Reply via email to