From: Jim Meyering Date: Tue, 13 May 2003 14:37:45 +0000 (+0000) Subject: shorten long line X-Git-Tag: v5.0.1~505 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=aeec25d170f20f49c0577032f0abfe88ce0cd6ac;p=thirdparty%2Fcoreutils.git shorten long line --- diff --git a/src/pr.c b/src/pr.c index fcf6eb3cce..41cf79a523 100644 --- a/src/pr.c +++ b/src/pr.c @@ -1941,7 +1941,7 @@ store_columns (void) int i, j; int line = 0; int buff_start; - int last_col; /* The rightmost column which will be saved in buff */ + int last_col; /* The rightmost column which will be saved in buff */ COLUMN *p; buff_current = 0;