Property list output fixups.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-09-08 05:11:58 +00:00
parent 6580f6f86d
commit 898452270d
6 changed files with 62 additions and 60 deletions

View file

@ -495,7 +495,7 @@ XMLPlObject(NSMutableString *dest, id obj, NSDictionary *loc, unsigned lev)
}
NSString*
GSXMLPlMake(id obj, NSDictionary *loc, unsigned lev)
GSXMLPlMake(id obj, NSDictionary *loc)
{
NSMutableString *dest;