about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-12 01:25:35 +0000
committerJames Booth <boothj5@gmail.com>2014-01-12 01:25:35 +0000
commit4e97c1e460d150b0cde6d8e35d8caf7bcf959a71 (patch)
tree182a76fd90bdc61f711d9c1d7ddd8f297d72c86e /src
parent462e84ea8218d267164ea563ea00412e57e3fb41 (diff)
parentf1bd350567aad2de409f53e0c5b0870366b56bac (diff)
downloadprofani-tty-4e97c1e460d150b0cde6d8e35d8caf7bcf959a71.tar.gz
Merge branch 'master' into otr
Diffstat (limited to 'src')
-rw-r--r--src/ui/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 370f876c..a74479d8 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -326,8 +326,10 @@ win_handle_error_message(ProfWin *window, const char * const from,
         case WIN_DUCK:
         case WIN_CONSOLE:
             handled =  FALSE;
+            break;
         case WIN_MUC:
             handled = _muc_handle_error_message(window, from, err_msg);
+            break;
         default:
             assert(FALSE);
             break;