mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
84c68e4766
commit
e21c6b4dba
3 changed files with 63 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue