diff options
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdio.h> #include <stdlib.h> #include <dirent.h> @@ -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 |