diff options
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index cb4dd59..df48cd0 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -87,7 +87,7 @@ typedef struct { int field2[TEST_INT]; enum ENUM field3[TEST_INT]; int *field4[TEST_INT]; - ENUM4 *field5[TEST_INT+TEST_INT]; + ENUM4 *field5[TEST_INT + TEST_INT]; int field6 : 1; } STRUCT4; |
