From 67c463b06fbfef1a12feb25fd60ee11848904608 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 2 Aug 2006 11:51:46 +0000 Subject: [PATCH] (mdebug_dump_plist): Fix the 2nd arg to dump_plist_element. --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plist.c b/src/plist.c index a31723a..edf18ca 100644 --- a/src/plist.c +++ b/src/plist.c @@ -1551,7 +1551,7 @@ mdebug_dump_plist (MPlist *plist, int indent) first = 0; else fprintf (stderr, "\n%s ", prefix); - dump_plist_element (pl, indent + 2); + dump_plist_element (pl, indent + 1); } fprintf (stderr, ")"); return plist; -- 1.7.10.4