mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
silence a warning
This commit is contained in:
@@ -50,7 +50,7 @@ typedef enum
|
||||
|
||||
- (id) initWithLib: (tr_session *) lib
|
||||
{
|
||||
if (self = [super initWithNibName: @"StatusBar" bundle: nil])
|
||||
if ((self = [super initWithNibName: @"StatusBar" bundle: nil]))
|
||||
{
|
||||
fLib = lib;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user