diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 5f876e6b8..42e8708ec 100644 --- a/test/test.c +++ b/test/test.c @@ -44,7 +44,7 @@ /*
* Array of all the test patterns.
*/
-static ROMCONST struct testcase **patterns[] = {
+static ROMCONST struct testcase * ROMCONST *patterns[] = {
patternthd,
patternsem,
patternmtx,
|