From 403d9bdadae7c84cb9ca1bb195c61294f73e919e Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Mon, 25 Jun 2018 14:11:57 -0500 Subject: [PATCH] Fix struct size ThemeStruct --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };