From d885e625023ca8655575d9d8f67c250f51db84e4 Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Wed, 1 Feb 2023 16:14:01 +0100
Subject: [PATCH] fixed WHY2_LOGGER_EXIT_CODES typo

---
 include/logger/flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/logger/flags.h b/include/logger/flags.h
index e822695..dfae7a0 100644
--- a/include/logger/flags.h
+++ b/include/logger/flags.h
@@ -20,7 +20,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #define WHY2_LOGGER_FLAGS_H
 
 //CONSTS
-const enum LOGGER_WHY2_EXIT_CODES //exit codes you fucking idiot (2#)
+const enum WHY2_LOGGER_EXIT_CODES //exit codes you fucking idiot (2#)
 {
     INVALID_FILE = -1 //THIS WILL HAPPEN IF YOU USE TOO MUCH LOGS lol
 };