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