diff options
Diffstat (limited to 'src/plugins/fset/fset-option.h')
-rw-r--r-- | src/plugins/fset/fset-option.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h index 93159ac9a..d8418f577 100644 --- a/src/plugins/fset/fset-option.h +++ b/src/plugins/fset/fset-option.h @@ -17,8 +17,8 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef WEECHAT_FSET_OPTION_H -#define WEECHAT_FSET_OPTION_H 1 +#ifndef WEECHAT_PLUGIN_FSET_OPTION_H +#define WEECHAT_PLUGIN_FSET_OPTION_H #define FSET_OPTION_VALUE_NULL "null" @@ -129,4 +129,4 @@ extern void fset_option_print_log (); extern int fset_option_init (); extern void fset_option_end (); -#endif /* WEECHAT_FSET_OPTION_H */ +#endif /* WEECHAT_PLUGIN_FSET_OPTION_H */ |