From d9604e398bacb02e6000825243b875e5cfc007e4 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 10 Aug 2022 19:04:15 +0300 Subject: works with colors --- src/typedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/typedef.h') diff --git a/src/typedef.h b/src/typedef.h index 7bde436..2e7c672 100644 --- a/src/typedef.h +++ b/src/typedef.h @@ -6,7 +6,7 @@ #include #include -typedef uint8_t small_t; +typedef unsigned char small_t; typedef size_t big_t; #endif -- cgit v1.2.3