From dd77d0602a78051553f636c99c4de7a9da811205 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Feb 1997 23:49:11 +0000 Subject: [PATCH] Add missing paren. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index d9ecb6d..e4b90e0 100644 --- a/src/tail.c +++ b/src/tail.c @@ -968,7 +968,7 @@ parse_obsolescent_option (int argc, const char *const *argv, _("%s: %s is so large that it is not representable"), n_string_tmp, (count_lines ? _("number of lines") - : _("number of bytes")); + : _("number of bytes"))); free (n_string_tmp); *fail = 1; } -- 2.7.4