diff --git a/types.h b/types.h index 8c54fd8bb6bd329d603a579f591d17e651b368d6..1c197898562b2b528fab0cca1dbe7d8c120279cb 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;