From dc5b219d2423d86944324ce6b8e7757e3e48c113 Mon Sep 17 00:00:00 2001 From: Nik Date: Mon, 3 Oct 2022 10:51:43 +0200 Subject: [PATCH] includes/type: Fixed duplicate type definition in 010 types library --- includes/type/types/010.pat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/type/types/010.pat b/includes/type/types/010.pat index f29ee3d..e473f7d 100644 --- a/includes/type/types/010.pat +++ b/includes/type/types/010.pat @@ -11,7 +11,7 @@ using uchar = u8; using ubyte = u8; using UCHAR = u8; - using ubyte = u8; + using UBYTE = u8; using short = s16; @@ -59,4 +59,4 @@ // using double = double; using DOUBLE = double; -// } \ No newline at end of file +// }