* eet: another forgotten improvement.

SVN revision: 55017
This commit is contained in:
Cedric BAIL 2010-11-26 14:45:15 +00:00
parent a453783e68
commit fbfa54bc05
1 changed files with 1 additions and 1 deletions

View File

@ -32,12 +32,12 @@ struct _Eet_String
char *str; char *str;
} u; } u;
int hash;
int len; int len;
int next; int next;
int prev; int prev;
unsigned char hash;
unsigned char allocated : 1; unsigned char allocated : 1;
}; };
struct _Eet_Dictionary struct _Eet_Dictionary