From ee6f35389c751b93fd7298ec02f642587d996c71 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Thu, 29 Oct 2009 21:50:35 -0700 Subject: Fix typos in format strings of malloc_info. --- malloc/malloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'malloc/malloc.c') diff --git a/malloc/malloc.c b/malloc/malloc.c index 79ba6b6f06..ea10d17f85 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -6474,8 +6474,8 @@ malloc_info (int options, FILE *fp) fprintf (fp, "\n" "\n" - "\n" - "\n" + "\n" + "\n" "\n" "\n" "\n", -- cgit v1.2.3