1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

core: add missing return after call to gui_buffer_unmerge_all()

This commit is contained in:
Sebastien Helleu
2011-08-04 18:13:00 +02:00
parent 6442302f3f
commit 05bcd9d9e7
+1
View File
@@ -654,6 +654,7 @@ COMMAND_CALLBACK(buffer)
if (string_strcasecmp (argv[2], "-all") == 0)
{
gui_buffer_unmerge_all ();
return WEECHAT_RC_OK;
}
else
{