diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-15 23:08:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-15 23:08:59 +0000 |
commit | ca0834218adf25b9cf44601400c1c4a8600d9f5f (patch) | |
tree | d03ac3be5c40f1897b2b6802fb3b1a2b0c4e7cfe /test-reallocarray.c | |
parent | 0ae9da150d599305f27b737214acfa3dc181d0e8 (diff) |
Diffstat (limited to 'test-reallocarray.c')
-rw-r--r-- | test-reallocarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-reallocarray.c b/test-reallocarray.c index 9a514e8eaf9f1..f99e685d8350c 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); } |