diff options
Diffstat (limited to 'testcode/unitmain.c')
-rw-r--r-- | testcode/unitmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/unitmain.c b/testcode/unitmain.c index 988346a1efc9..e3d7a59b4c4c 100644 --- a/testcode/unitmain.c +++ b/testcode/unitmain.c @@ -73,7 +73,7 @@ int testcount = 0; /** test alloc code */ static void alloc_test(void) { - alloc_special_t *t1, *t2; + alloc_special_type *t1, *t2; struct alloc_cache major, minor1, minor2; int i; |