Fix a tcl warning

Mon, 26 May 2014 19:00:32 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Mon, 26 May 2014 19:00:32 +0200
changeset 36104
610a0844ac5d
parent 36103
07499d72e12e
child 36105
76e16990aee5

Fix a tcl warning

libpurple/plugins/tcl/tcl_cmds.c file | annotate | diff | comparison | revisions
--- 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