diff options
Diffstat (limited to 'plugins/apihashing/python/classics')
-rw-r--r-- | plugins/apihashing/python/classics/module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/apihashing/python/classics/module.h b/plugins/apihashing/python/classics/module.h index ee0e098..10c817d 100644 --- a/plugins/apihashing/python/classics/module.h +++ b/plugins/apihashing/python/classics/module.h @@ -22,8 +22,8 @@ */ -#ifndef _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H -#define _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H +#ifndef _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H +#define _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H #include <stdbool.h> @@ -35,4 +35,4 @@ bool register_apihashing_classics_modifiers(void); -#endif /* _PLUGINS_ENCODINGS_PYTHON_ROST_MODULE_H */ +#endif /* _PLUGINS_APIHASHING_PYTHON_CLASSICS_MODULE_H */ |