mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
Fixed compiler warnings and typos
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
self.tree = [[KPKTree alloc] init];
|
||||
self.tree.root = [[KPKGroup alloc] init];
|
||||
|
||||
/* FIXEM weak! */
|
||||
/* FIXME: weak! */
|
||||
self.inheritingGroup = [self.tree createGroup:self.tree.root];
|
||||
self.includedGroup = [self.tree createGroup:self.tree.root];
|
||||
self.excludedGroup = [self.tree createGroup:self.tree.root];
|
||||
|
||||
Reference in New Issue
Block a user