diff --git a/src/common/command.c b/src/common/command.c index ff08de4ad..93319291d 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -2323,7 +2323,7 @@ weechat_cmd_set (char *arguments) { case 0: gui_printf (NULL, "\n"); - gui_printf (NULL, "%s[%s%s %s%s]\n", + gui_printf (NULL, "%s[%s%s %s%s%s]\n", GUI_COLOR(COLOR_WIN_CHAT_DARK), GUI_COLOR(COLOR_WIN_CHAT_CHANNEL), config_sections[CONFIG_SECTION_SERVER].section_name, diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c index ff08de4ad..93319291d 100644 --- a/weechat/src/common/command.c +++ b/weechat/src/common/command.c @@ -2323,7 +2323,7 @@ weechat_cmd_set (char *arguments) { case 0: gui_printf (NULL, "\n"); - gui_printf (NULL, "%s[%s%s %s%s]\n", + gui_printf (NULL, "%s[%s%s %s%s%s]\n", GUI_COLOR(COLOR_WIN_CHAT_DARK), GUI_COLOR(COLOR_WIN_CHAT_CHANNEL), config_sections[CONFIG_SECTION_SERVER].section_name,