aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.32
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 */