diff --git a/include/logger/flags.h b/include/logger/flags.h index d07e3b7..f362329 100644 --- a/include/logger/flags.h +++ b/include/logger/flags.h @@ -2,7 +2,7 @@ #define WHY2_LOGGER_FLAGS_H //CONSTS -const enum EXIT_CODES //exit codes you fucking idiot (2#) +const enum RETURN_CODES //exit codes you fucking idiot (2#) { INVALID_FILE = -1 //THIS WILL HAPPEN IF YOU USE TOO MUCH LOGS lol };