summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/command.c1
-rw-r--r--weechat/src/common/command.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/common/command.c b/src/common/command.c
index 0077b70a9..ff08de4ad 100644
--- a/src/common/command.c
+++ b/src/common/command.c
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
gui_printf (NULL, "\n");
gui_printf (NULL, _("%sDetail:\n"),
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
- gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
switch (weechat_options[last_section][last_option].option_type)
{
case OPTION_TYPE_BOOLEAN:
diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c
index 0077b70a9..ff08de4ad 100644
--- a/weechat/src/common/command.c
+++ b/weechat/src/common/command.c
@@ -2490,7 +2490,6 @@ weechat_cmd_set (char *arguments)
gui_printf (NULL, "\n");
gui_printf (NULL, _("%sDetail:\n"),
GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
- gui_printf (NULL, GUI_COLOR(COLOR_WIN_CHAT_CHANNEL));
switch (weechat_options[last_section][last_option].option_type)
{
case OPTION_TYPE_BOOLEAN: