From 49e929fa89d9ce348df5068845069392f69d8c86 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:20:47 -0500 Subject: Rebrand for the last time * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h --- include/ini.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/ini.h') 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 #include @@ -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 -- cgit