diff options
Diffstat (limited to 'src/util/test_common_allocation.c')
-rw-r--r-- | src/util/test_common_allocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_allocation.c b/src/util/test_common_allocation.c index 476934b3f..fcc453d6b 100644 --- a/src/util/test_common_allocation.c +++ b/src/util/test_common_allocation.c @@ -144,7 +144,7 @@ main (int argc, char *argv[]) NULL); ret = check (); if (ret != 0) - FPRINTF (stderr, + fprintf (stderr, "ERROR %d.\n", ret); return ret; |