/pidgin/main: 136469c94e3c: Coverity: missing break in tcl plugin

Tomasz Wasilczyk <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 136469c94e3c99d594573b580463a0724d1a4957
Author:	 Tomasz Wasilczyk <[email protected]>
Date:	 2014-05-17 12:40 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/136469c94e3c

Description:

Coverity: missing break in tcl plugin

diffstat:

 libpurple/plugins/tcl/tcl_cmds.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/libpurple/plugins/tcl/tcl_cmds.c b/libpurple/plugins/tcl/tcl_cmds.c
--- a/libpurple/plugins/tcl/tcl_cmds.c
+++ b/libpurple/plugins/tcl/tcl_cmds.c
@@ -875,6 +875,7 @@ int tcl_cmd_conversation(ClientData unus
 			break;
 		}
 		purple_conversation_write_message(convo, from, what, flags, time(NULL));
+		break;
 	case CMD_CONV_NAME:
 		if (objc != 3) {
 			Tcl_WrongNumArgs(interp, 2, objv, "conversation");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.