diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-22 07:58:42 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-22 07:58:42 +0200 |
commit | 607614ae962f0e76ccaf2df132eff3e4864f75cc (patch) | |
tree | 155e5fcb39f23b4f57f94d3221a9e919462656f0 /ChangeLog | |
parent | 02599650b1ce9e53c837c29db5002e07337a20ab (diff) | |
download | coreutils-607614ae962f0e76ccaf2df132eff3e4864f75cc.tar.xz |
stty: fix a harmless syntax nit
* src/stty.c (visible): Use ";" as the statement terminator
between two assignments, not ",".
(integer_arg): Join an unnecessarily wrapped line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-05-22 Jim Meyering <jim@meyering.net> + + stty: fix a harmless syntax nit + * src/stty.c (visible): Use ";" as the statement terminator + between two assignments, not ",". + (integer_arg): Join an unnecessarily wrapped line. + 2007-05-20 Jim Meyering <jim@meyering.net> stty: diagnose an invalid hex value in 35-colon commmand-line argument |