From 3feaa088bdf9dd3532a87d319d195cd0639e7084 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Mar 2005 18:40:40 +0000 Subject: [PATCH] (parse_column_count): Adjust comment to match the code. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pr.c b/src/pr.c index 8a84ac8416..e49fa85054 100644 --- a/src/pr.c +++ b/src/pr.c @@ -838,7 +838,7 @@ first_last_page (char const *pages) /* Parse column count string S, and if it's valid (1 or larger and within range of the type of `columns') set the global variables columns and explicit_columns and return true. - Otherwise, return false. */ + Otherwise, exit with a diagnostic. */ static void parse_column_count (char const *s) { -- 2.47.3