From 31ec5ba628b210ea5a8bc1d019ee95aaadf28f0b Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:48:28 +0100 Subject: [PATCH] Update carg-parse.h --- carg-parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/carg-parse.h b/carg-parse.h index 9acd9b8..0047543 100644 --- a/carg-parse.h +++ b/carg-parse.h @@ -1,7 +1,7 @@ // c argument parser - Rose (github.com/AUnicornWithNoLife) -#ifndef CARG_PARSE -#define CARG_PARSE +#ifndef LIB_CARG_PARSE +#define LIB_CARG_PARSE #include