summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-13 14:37:45 +0000
committerJim Meyering <jim@meyering.net>2003-05-13 14:37:45 +0000
commitaeec25d170f20f49c0577032f0abfe88ce0cd6ac (patch)
tree7c4864aafd670adeb26a905db34545a29075dae9 /src
parent038a9b42a6916d0af372377507368911ae371dfa (diff)
downloadcoreutils-aeec25d170f20f49c0577032f0abfe88ce0cd6ac.tar.xz
shorten long line
Diffstat (limited to 'src')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index fcf6eb3cc..41cf79a52 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;