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
@@ -22,7 +22,7 @@
|
||||
# pragma mark context menu delegate methods
|
||||
|
||||
- init {
|
||||
if (self = [super init]) {
|
||||
if ((self = [super init])) {
|
||||
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user