mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 08:33:06 +00:00
Fix to avoid warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5561cc5006
commit
80e836921b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static PCBundleProj *_creator = nil;
|
|||
|
||||
#ifdef DEBUG
|
||||
NSLog(@"<%@ %x>: opening project at %@",[self class],self,path);
|
||||
#endif DEBUG
|
||||
#endif //DEBUG
|
||||
|
||||
obj = [dict objectForKey:PCProjectBuilderClass];
|
||||
if ([obj isEqualToString:@"PCBundleProj"]) {
|
||||
|
|
Loading…
Reference in a new issue