diff --git a/structs.h b/structs.h index cd1601051..2d2258605 100644 --- a/structs.h +++ b/structs.h @@ -967,7 +967,7 @@ struct SHA1Context struct ThemeStruct { - int ttype; /* char, aligned 4 */ + char ttype; /* aligned 4 */ int ttval; };