diff options
Diffstat (limited to 'src/plugins/aspell/weechat-aspell.h')
-rw-r--r-- | src/plugins/aspell/weechat-aspell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/aspell/weechat-aspell.h b/src/plugins/aspell/weechat-aspell.h index bc5f54e65..fbcbc3fb8 100644 --- a/src/plugins/aspell/weechat-aspell.h +++ b/src/plugins/aspell/weechat-aspell.h @@ -25,7 +25,7 @@ #include <enchant.h> #else #include <aspell.h> -#endif +#endif /* USE_ENCHANT */ #define weechat_plugin weechat_aspell_plugin #define ASPELL_PLUGIN_NAME "aspell" @@ -38,7 +38,7 @@ struct t_aspell_code #ifdef USE_ENCHANT extern EnchantBroker *broker; -#endif +#endif /* USE_ENCHANT */ extern struct t_weechat_plugin *weechat_aspell_plugin; extern int aspell_enabled; |