]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stty: fix a harmless syntax nit
authorJim Meyering <jim@meyering.net>
Tue, 22 May 2007 05:58:42 +0000 (07:58 +0200)
committerJim Meyering <jim@meyering.net>
Tue, 22 May 2007 05:58:42 +0000 (07:58 +0200)
commit607614ae962f0e76ccaf2df132eff3e4864f75cc
tree155e5fcb39f23b4f57f94d3221a9e919462656f0
parent02599650b1ce9e53c837c29db5002e07337a20ab
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.
ChangeLog
src/stty.c