diff options
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 |