mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
silence a warning
This commit is contained in:
parent
9a6b11a7dc
commit
d87ed3c900
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue