diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-09-12 09:23:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-09-12 09:23:17 +0200 |
commit | 1b05a1a06b3d7cf4af29a5ef5c5c9ed2c6056bee (patch) | |
tree | 7abecc63e46d771c007c307b3ef1092d9f5deb19 /src | |
parent | 1ec25f6f9efcd2cbcfae3dba36f24525798aa848 (diff) | |
download | weechat-1b05a1a06b3d7cf4af29a5ef5c5c9ed2c6056bee.zip |
alias: fix indentation error
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/alias/alias-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/alias/alias-command.c b/src/plugins/alias/alias-command.c index 74c1964ff..b579841ab 100644 --- a/src/plugins/alias/alias-command.c +++ b/src/plugins/alias/alias-command.c @@ -190,7 +190,7 @@ alias_command_cb (void *data, struct t_gui_buffer *buffer, int argc, ptr_option = weechat_config_search_option ( alias_config_file, alias_config_section_cmd, - ptr_alias_name); + ptr_alias_name); if (ptr_option) weechat_config_option_free (ptr_option); ptr_option = weechat_config_search_option ( |