diff options
-rw-r--r-- | trans/new-fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c index 44dd5afc..b1bc731d 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -165,7 +165,7 @@ fifo_trans_parse_args (struct fifo_trans *trans, int argc, char **argv, return 0; } struct argp argp = {options, parse_opt}; - return argp_parse (&argp, argc, argv, print_errs ? 0 : ARGP_SILENT, 0); + return argp_parse (&argp, argc, argv, print_errs ? 0 : ARGP_SILENT, 0, 0); } /* ---------------------------------------------------------------- */ |