]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-reallocarray.c
If messages are shown and output is printed without a pager, display
[mandoc.git] / test-reallocarray.c
index 9a514e8eaf9f159dfe91761195f4041865cd3f9c..f99e685d8350c6a98901404fbc059b61607c14f9 100644 (file)
@@ -3,5 +3,5 @@
 int
 main(void)
 {
-       return( ! reallocarray(NULL, 2, 2));
+       return !reallocarray(NULL, 2, 2);
 }