diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 19:04:15 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 19:04:15 +0300 |
commit | d9604e398bacb02e6000825243b875e5cfc007e4 (patch) | |
tree | 4afba74929bc410fd245b09e1af1a68cf49981fd /src/typedef.h | |
parent | 5625d69c29e03816822b68e994a248c59fd0831e (diff) |
works with colors
Diffstat (limited to 'src/typedef.h')
-rw-r--r-- | src/typedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> #include <stddef.h> -typedef uint8_t small_t; +typedef unsigned char small_t; typedef size_t big_t; #endif |