aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-10 19:04:15 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-10 19:04:15 +0300
commitd9604e398bacb02e6000825243b875e5cfc007e4 (patch)
tree4afba74929bc410fd245b09e1af1a68cf49981fd /src/typedef.h
parent5625d69c29e03816822b68e994a248c59fd0831e (diff)
works with colors
Diffstat (limited to 'src/typedef.h')
-rw-r--r--src/typedef.h2
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