1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

silence a warning

This commit is contained in:
Mitchell Livingston 2011-03-11 01:58:44 +00:00
parent 9a6b11a7dc
commit d87ed3c900

View file

@ -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;
}