fix warning for tcctest.c introduced with my last commit

This commit is contained in:
Jaroslav Kysela
2011-02-22 13:55:21 +01:00
parent ab73c9bc4e
commit 85642f887c

View File

@ -1269,7 +1269,7 @@ struct complexinit0 {
struct complexinit { struct complexinit {
int a; int a;
struct complexinit0 *b; const struct complexinit0 *b;
}; };
const static struct complexinit cix[] = { const static struct complexinit cix[] = {