1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

core: fix gui_color_dump called with excess arguments

This commit is contained in:
Simmo Saan
2017-06-03 11:46:35 +03:00
parent 832316df0c
commit 824e6603cc
+1 -1
View File
@@ -1740,7 +1740,7 @@ COMMAND_CALLBACK(debug)
if (string_strcasecmp (argv[1], "color") == 0)
{
gui_color_dump (buffer);
gui_color_dump ();
return WEECHAT_RC_OK;
}