Minor fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-01-06 09:52:45 +00:00
parent 84c68e4766
commit e21c6b4dba
3 changed files with 63 additions and 8 deletions

View file

@ -632,15 +632,12 @@ main(int argc, char **argv, char **env)
{
NSLog(@"Sorry unable to write %@", gsdocfile);
}
else
{
/*
* Add the newly created gsdoc file to the list of
* those to process.
*/
[gFiles addObject: [gsdocfile lastPathComponent]];
}
}
/*
* Add the gsdoc file corresponding to the .h file to the list of
* those to process.
*/
[gFiles addObject: [gsdocfile lastPathComponent]];
}
DESTROY(pool);
DESTROY(parser);