projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d9f64
)
(mdebug_dump_plist): Fix the 2nd arg to dump_plist_element.
author
handa
<handa>
Wed, 2 Aug 2006 11:51:46 +0000
(11:51 +0000)
committer
handa
<handa>
Wed, 2 Aug 2006 11:51:46 +0000
(11:51 +0000)
src/plist.c
patch
|
blob
|
history
diff --git
a/src/plist.c
b/src/plist.c
index
a31723a
..
edf18ca
100644
(file)
--- 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;