aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-reallocarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-reallocarray.c')
-rw-r--r--test-reallocarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-reallocarray.c b/test-reallocarray.c
index 9a514e8e..f99e685d 100644
--- a/test-reallocarray.c
+++ b/test-reallocarray.c
@@ -3,5 +3,5 @@
int
main(void)
{
- return( ! reallocarray(NULL, 2, 2));
+ return !reallocarray(NULL, 2, 2);
}