shrink sizeof(benc_val_t) from 32 to 24 by better alignment

This commit is contained in:
Charles Kerr 2008-02-02 16:09:10 +00:00
parent 6ab1147cb6
commit cfa1bc8480
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ typedef struct benc_val_s
struct
{
int i;
char * s;
int nofree;
char * s;
} s;
struct
{