forked from len0rd/rockbox
Alignment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec407a86a7
commit
3d2565343e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
struct token {
|
struct token {
|
||||||
unsigned char kind;
|
unsigned char kind;
|
||||||
char spelling[256];
|
char spelling[255]; // 255 should make it aligned again..
|
||||||
long intvalue;
|
long intvalue;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue