diff options
Diffstat (limited to 'src/common/command.c')
-rw-r--r-- | src/common/command.c | 1 |
1 files changed, 0 insertions, 1 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: |