mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Solved compilation warnings
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
{
|
||||
NSString *nibName = [[[self class] description] stringByReplacingOccurrencesOfString:@"Controller"
|
||||
withString:@"View"];
|
||||
if(self = [self initWithNibName:nibName bundle:nil]) {
|
||||
if((self = [self initWithNibName:nibName bundle:nil])) {
|
||||
repository = theRepository;
|
||||
superController = controller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user