diff options
Diffstat (limited to 'include/ini.h')
-rw-r--r-- | include/ini.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ini.h b/include/ini.h index f16142c..1391555 100644 --- a/include/ini.h +++ b/include/ini.h @@ -1,7 +1,7 @@ /// @file ini.h -#ifndef OHMYCAL_INI_H -#define OHMYCAL_INI_H +#ifndef OMC_INI_H +#define OMC_INI_H #include <stddef.h> #include <stdbool.h> @@ -178,4 +178,4 @@ void ini_show(struct INIFILE *ini); * @param ini */ void ini_free(struct INIFILE **ini); -#endif //OHMYCAL_INI_H +#endif //OMC_INI_H |