diff options
Diffstat (limited to 'man3/malloc_hook.3')
| -rw-r--r-- | man3/malloc_hook.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index 53496ed572..1286dbb51f 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -110,7 +110,7 @@ my_malloc_hook (size_t size, const void *caller) { old_malloc_hook = __malloc_hook; /* `printf' might call `malloc', so protect it too. */ - printf ("malloc(%u) called from %p returns %p\n", + printf ("malloc(%u) called from %p returns %p\\n", (unsigned int) size, caller, result); /* Restore our own hooks */ |
