@@ -585,12 +585,11 @@ return [ret autorelease]; } #endif -- (void)unveilPath: (OFString *)path - permissions: (OFString *)permissions +- (void)unveilPath: (OFString *)path permissions: (OFString *)permissions { void *pool = objc_autoreleasePoolPush(); [_unveiledPaths addObject: [OFPair pairWithFirstObject: path secondObject: permissions]];