maint: remove empty statement after jump label
commit036a9c69099f372ca581ce8b5c22e88656a2b478
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 25 Jul 2011 16:39:28 +0000 (25 18:39 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 13 Aug 2011 09:21:01 +0000 (13 11:21 +0200)
treed807c739860b82943c94dd01d600f188b1d89829
parentfaf5fbeb360a17d3d3407bf58a39706e4ce12642
maint: remove empty statement after jump label

* src/head.c (elide_tail_bytes_pipe): Remove the empty statement, ";"
after a jump label; it is needed only when a declaration follows.
* src/kill.c (main): Likewise.
* src/od.c (main): Likewise.
* src/paste.c (collapse_escapes): Likewise.
* src/printf.c (print_formatted): Likewise.
src/head.c
src/kill.c
src/od.c
src/paste.c
src/printf.c