summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index ae94286..e2ca4f1 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -111,7 +111,7 @@ print_ref(size_t nx, size_t ny, size_t nz)
init_full(array, nx, ny, nz);
print_array(array, nx, ny, nz);
free(array);
- } /* end if */
+ }
} /* end print_ref() */
/*-------------------------------------------------------------------------