diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-13 14:37:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-13 14:37:45 +0000 |
commit | aeec25d170f20f49c0577032f0abfe88ce0cd6ac (patch) | |
tree | 7c4864aafd670adeb26a905db34545a29075dae9 /src | |
parent | 038a9b42a6916d0af372377507368911ae371dfa (diff) | |
download | coreutils-aeec25d170f20f49c0577032f0abfe88ce0cd6ac.tar.xz |
shorten long line
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |