libpurple/plugins/tcl/tcl_cmds.c

changeset 36104
610a0844ac5d
parent 36098
4951752ad038
child 37150
fad1f20fb629
--- a/libpurple/plugins/tcl/tcl_cmds.c	Sat May 24 02:36:43 2014 +0530
+++ b/libpurple/plugins/tcl/tcl_cmds.c	Mon May 26 19:00:32 2014 +0200
@@ -872,6 +872,7 @@
 			pmsg = purple_message_new_incoming(from, what, 0, 0);
 			break;
 		case CMD_CONV_WRITE_SYSTEM:
+		default:
 			pmsg = purple_message_new_system(what, 0);
 			break;
 		}

mercurial