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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user