libpurple/plugins/tcl/tcl_cmds.c

branch
soc.2013.gobjectification.plugins
changeset 37150
fad1f20fb629
parent 37148
50f361d39a1e
parent 36104
610a0844ac5d
--- a/libpurple/plugins/tcl/tcl_cmds.c	Sat May 24 02:37:12 2014 +0530
+++ b/libpurple/plugins/tcl/tcl_cmds.c	Fri Jun 06 16:01:45 2014 +0530
@@ -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