mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
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