1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

alias: fix indentation error

This commit is contained in:
Sébastien Helleu
2015-09-12 09:23:17 +02:00
parent 1ec25f6f9e
commit 1b05a1a06b
+1 -1
View File
@@ -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 (