Browse Source

Fix struct size ThemeStruct

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
403d9bdada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      structs.h

2
structs.h

@ -967,7 +967,7 @@ struct SHA1Context
struct ThemeStruct
{
int ttype; /* char, aligned 4 */
char ttype; /* aligned 4 */
int ttval;
};

Loading…
Cancel
Save