diff options
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r-- | test/hyperslab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c index 5ca810d..b645dfd 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -1201,7 +1201,8 @@ main(int argc, char *argv[]) status = test_sub_super(480, 640); nerrors += status < 0 ? 1 : 0; } -/*--- END OF TESTS ---*/ + + /*--- END OF TESTS ---*/ if (nerrors) { printf("***** %d HYPERSLAB TEST%s FAILED! *****\n", |