diff options
Diffstat (limited to 'include/wheel.h')
-rw-r--r-- | include/wheel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wheel.h b/include/wheel.h index 20ac641..cca15d4 100644 --- a/include/wheel.h +++ b/include/wheel.h @@ -1,5 +1,5 @@ -#ifndef OHMYCAL_WHEEL_H -#define OHMYCAL_WHEEL_H +#ifndef OMC_WHEEL_H +#define OMC_WHEEL_H #include <dirent.h> #include <string.h> @@ -18,4 +18,4 @@ struct Wheel { }; struct Wheel *get_wheel_file(const char *basepath, const char *name, char *to_match[]); -#endif //OHMYCAL_WHEEL_H +#endif //OMC_WHEEL_H |