1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h index 8c54fd8..1c19789 100644 --- a/ types.h+++ b/ types.h@@ -1,3 +1,3 @@ -typedef unsigned int uint; +typedef unsigned int uint; typedef unsigned short ushort; -typedef unsigned char uchar; +typedef unsigned char uchar; |