X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=2286d0d3c00273c7717faddf802c1652cf60094c;hb=8130f23f1b48ba7fc0d22365bb38dcd396144911;hp=3dd0ac889ddbb12caa1f9ba7d4b74d45e9f6d06f;hpb=c2d19b6c5accf53ad9c118519020e589ca5a2b0e;p=pdclib diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 3dd0ac8..2286d0d 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/malloc.c @@ -242,7 +242,7 @@ int main( void ) printf( "End of malloc() testing.\n" ); } #else - printf( "No testing of malloc() - test driver does not know internals of system malloc().\n" ); + puts( "No testing of malloc() - test driver does not know internals of system function." ); #endif return TEST_RESULTS; }