fixed WHY2_LOGGER_EXIT_CODES typo

This commit is contained in:
Václav Šmejkal 2023-02-01 16:14:01 +01:00
parent f405c486c8
commit d885e62502
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#define WHY2_LOGGER_FLAGS_H #define WHY2_LOGGER_FLAGS_H
//CONSTS //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 INVALID_FILE = -1 //THIS WILL HAPPEN IF YOU USE TOO MUCH LOGS lol
}; };