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/utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index cdf4b4e..0c4e308 100644 --- a/include/utils.h +++ b/include/utils.h @@ -1,5 +1,5 @@ -#ifndef OHMYCAL_UTILS_H -#define OHMYCAL_UTILS_H +#ifndef OMC_UTILS_H +#define OMC_UTILS_H #include #include #include @@ -44,4 +44,4 @@ char *git_describe(const char *path); void msg(unsigned type, char *fmt, ...); void debug_shell(); -#endif //OHMYCAL_UTILS_H +#endif //OMC_UTILS_H -- cgit