forked from mirror/smcFanControl
Changes for 2.5beta Release
This commit is contained in:
@ -56,7 +56,9 @@ static void powerSourceChanged(void * refCon)
|
||||
}
|
||||
|
||||
- (id)init{
|
||||
[super init];
|
||||
if (self = [super init]) {
|
||||
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user