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 +// }