diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-12-17 17:07:08 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-12-17 17:07:08 +0100 |
commit | dba084f3d6a65ff8299c79b3867e28b57e50f1be (patch) | |
tree | 4b930f11254cc22148d7bd1b75eab83edcb1f063 /src/plugins/aspell/aspell.h | |
parent | e62ec5204c7061a83860fa6c6c8204414a2dd057 (diff) | |
download | weechat-dba084f3d6a65ff8299c79b3867e28b57e50f1be.zip |
New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures
Diffstat (limited to 'src/plugins/aspell/aspell.h')
-rw-r--r-- | src/plugins/aspell/aspell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/aspell/aspell.h b/src/plugins/aspell/aspell.h index e83804c56..ee31d76a0 100644 --- a/src/plugins/aspell/aspell.h +++ b/src/plugins/aspell/aspell.h @@ -18,8 +18,8 @@ /* weechat-aspell.h: Aspell plugin support for WeeChat */ -#ifndef WEECHAT_ASPELL__H -#define WEECHAT_ASPELL__H 1 +#ifndef __WEECHAT_ASPELL_H +#define __WEECHAT_ASPELL_H 1 #include <aspell.h> @@ -192,4 +192,4 @@ cmds_keep_t cmd_tokeep[] = { NULL, 0} }; -#endif /* WEECHAT_ASPELL__H */ +#endif /* aspell.h */ |