(mdebug_dump_plist): Fix the 2nd arg to dump_plist_element.
authorhanda <handa>
Wed, 2 Aug 2006 11:51:46 +0000 (11:51 +0000)
committerhanda <handa>
Wed, 2 Aug 2006 11:51:46 +0000 (11:51 +0000)
src/plist.c

index a31723a..edf18ca 100644 (file)
@@ -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;