X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=2286d0d3c00273c7717faddf802c1652cf60094c;hb=30b84cf6cce5c8e56aa20c821e5906f8228507bd;hp=3dd0ac889ddbb12caa1f9ba7d4b74d45e9f6d06f;hpb=fab37fbf23f1c4000d84a59465bd2cc58d673a1b;p=fw%2Fpdclib 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; }