summaryrefslogtreecommitdiff
path: root/src/common/command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-11-09 14:17:27 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-11-09 14:17:27 +0000
commitb3018f8ae75b67e90728ebac51ffd61061bacb5e (patch)
treefd63a8c862ad41e15ff7b75e3d369734fb486e92 /src/common/command.c
parent1f363eeb24815248bed83dac7f08cd2b84d5001c (diff)
downloadweechat-b3018f8ae75b67e90728ebac51ffd61061bacb5e.zip
Fixed minor display bug with options help
Diffstat (limited to 'src/common/command.c')
-rw-r--r--src/common/command.c1
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: