From: Bruno Haible Date: Mon, 11 Dec 2006 12:26:16 +0000 (+0000) Subject: Add a missing 'break'. X-Git-Tag: v0.17~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84566855f1adb86a42a60aa4e13a6157b369314e;p=thirdparty%2Fgettext.git Add a missing 'break'. --- diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c index 09cfc9bc4..77d0bb926 100644 --- a/gnulib-local/lib/term-ostream.oo.c +++ b/gnulib-local/lib/term-ostream.oo.c @@ -1295,6 +1295,7 @@ out_attr_change (term_ostream_t stream, else tputs (tparm (stream->set_background, new_attr.bgcolor), 1, out_char); + break; /* When we are dealing with an xterm, there is no need to go through tputs() because we know there is no padding and sleeping. */ case cm_xterm8: