X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=2286d0d3c00273c7717faddf802c1652cf60094c;hb=831a440426dcd5b6da5a7d4de757ab6ea50b3b4a;hp=3dd0ac889ddbb12caa1f9ba7d4b74d45e9f6d06f;hpb=58fa3b821cd7e2ddec9806ee1289a8c54d90e768;p=pdclib.old 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; }