* 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;
} u;
int hash;
int len;
int next;
int prev;
unsigned char hash;
unsigned char allocated : 1;
};
struct _Eet_Dictionary