]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a missing 'break'.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Dec 2006 12:26:16 +0000 (12:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:27 +0000 (12:14 +0200)
gnulib-local/lib/term-ostream.oo.c

index 09cfc9bc46c714ad05076abbf7f4d25eb1d52941..77d0bb92670dbde0976fe15455fb557cac06da5d 100644 (file)
@@ -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: