summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c2
-rw-r--r--src/plugins/irc/irc-notify.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 0fd835c71..f8c68884f 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1549,7 +1549,7 @@ command_help_list_plugin_commands (struct t_weechat_plugin *plugin,
}
}
- /* use list to display commands, sorted by columns */
+ /* use list to display commands, sorted by columns */
list_size = weelist_size (list);
if ((max_length > 0) && (list_size > 0))
{
diff --git a/src/plugins/irc/irc-notify.c b/src/plugins/irc/irc-notify.c
index b3f5880be..fd36d690c 100644
--- a/src/plugins/irc/irc-notify.c
+++ b/src/plugins/irc/irc-notify.c
@@ -435,7 +435,7 @@ irc_notify_get_tags (struct t_config_option *option)
(tags && tags[0]) ? "," : "",
(tags && tags[0]) ? tags : "");
- return string;
+ return string;
}
/*