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:
Philippe C.D. Robert 2002-03-01 14:22:56 +00:00
parent 5561cc5006
commit 80e836921b

View file

@ -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"]) {