1
0
Fork 0
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:
Michiel Van Der Kolk 2005-04-29 22:45:50 +00:00
parent ec407a86a7
commit 3d2565343e

View file

@ -50,7 +50,7 @@
struct token {
unsigned char kind;
char spelling[256];
char spelling[255]; // 255 should make it aligned again..
long intvalue;
};