summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/aspell/weechat-aspell.h')
-rw-r--r--src/plugins/aspell/weechat-aspell.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/aspell/weechat-aspell.h b/src/plugins/aspell/weechat-aspell.h
index a21dbf70f..192d40767 100644
--- a/src/plugins/aspell/weechat-aspell.h
+++ b/src/plugins/aspell/weechat-aspell.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
- * Copyright (C) 2006-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2006-2018 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
@@ -18,8 +18,8 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WEECHAT_ASPELL_H
-#define WEECHAT_ASPELL_H 1
+#ifndef WEECHAT_PLUGIN_ASPELL_H
+#define WEECHAT_PLUGIN_ASPELL_H
#ifdef USE_ENCHANT
#include <enchant.h>
@@ -49,4 +49,4 @@ extern char *weechat_aspell_build_option_name (struct t_gui_buffer *buffer);
extern const char *weechat_aspell_get_dict_with_buffer_name (const char *name);
extern const char *weechat_aspell_get_dict (struct t_gui_buffer *buffer);
-#endif /* WEECHAT_ASPELL_H */
+#endif /* WEECHAT_PLUGIN_ASPELL_H */