diff --git a/legacy/eet/src/lib/Eet_private.h b/legacy/eet/src/lib/Eet_private.h index fb208de045..e6e178b34d 100644 --- a/legacy/eet/src/lib/Eet_private.h +++ b/legacy/eet/src/lib/Eet_private.h @@ -32,12 +32,12 @@ struct _Eet_String char *str; } u; - int hash; int len; int next; int prev; + unsigned char hash; unsigned char allocated : 1; }; struct _Eet_Dictionary