diff options
Diffstat (limited to 'include/relocation.h')
-rw-r--r-- | include/relocation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/relocation.h b/include/relocation.h index ecbb38b..2ccf762 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -1,8 +1,8 @@ /** * @file relocation.h */ -#ifndef OHMYCAL_RELOCATION_H -#define OHMYCAL_RELOCATION_H +#ifndef OMC_RELOCATION_H +#define OMC_RELOCATION_H #include <stdio.h> #include <stdlib.h> @@ -13,4 +13,4 @@ void replace_text(char *original, const char *target, const char *replacement); void file_replace_text(const char* filename, const char* target, const char* replacement); -#endif //OHMYCAL_RELOCATION_H +#endif //OMC_RELOCATION_H |