summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-04 18:13:00 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-04 18:13:00 +0200
commit05bcd9d9e7b06cce5c98678cd434cbc2c7b751f7 (patch)
tree92d86dd090b98733bd197260d4dd4acf689bdc22 /src/core/wee-command.c
parent6442302f3fc297b592cd16d2bfb41535532405cd (diff)
downloadweechat-05bcd9d9e7b06cce5c98678cd434cbc2c7b751f7.zip
core: add missing return after call to gui_buffer_unmerge_all()
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index d9ee92877..a20f62dc0 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -654,6 +654,7 @@ COMMAND_CALLBACK(buffer)
if (string_strcasecmp (argv[2], "-all") == 0)
{
gui_buffer_unmerge_all ();
+ return WEECHAT_RC_OK;
}
else
{