unexpand: fix eprintf

This commit is contained in:
Hiltjo Posthuma 2014-12-21 23:14:39 +01:00 committed by sin
parent 549669e657
commit 3d8d796a95
1 changed files with 1 additions and 1 deletions

View File

@ -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;