aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/system.h b/include/system.h
index a922c69..81fe99a 100644
--- a/include/system.h
+++ b/include/system.h
@@ -2,8 +2,8 @@
// Created by jhunk on 10/4/23.
//
-#ifndef OHMYCAL_SYSTEM_H
-#define OHMYCAL_SYSTEM_H
+#ifndef OMC_SYSTEM_H
+#define OMC_SYSTEM_H
#include <stdio.h>
#include <stdlib.h>
@@ -25,4 +25,4 @@ int shell(struct Process *proc, char *args[]);
int shell2(struct Process *proc, char *args);
int shell_safe(struct Process *proc, char *args[]);
-#endif //OHMYCAL_SYSTEM_H
+#endif //OMC_SYSTEM_H