Add missing paren.
authorJim Meyering <jim@meyering.net>
Sun, 16 Feb 1997 23:49:11 +0000 (23:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Feb 1997 23:49:11 +0000 (23:49 +0000)
src/tail.c

index d9ecb6d..e4b90e0 100644 (file)
@@ -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;
        }