diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index 86871293c..570a14424 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -942,8 +942,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) if (!weechat_aspell_config_init ()) return WEECHAT_RC_ERROR; - if (weechat_aspell_config_read () < 0) - return WEECHAT_RC_ERROR; + weechat_aspell_config_read (); weechat_aspell_command_init ();