Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip authored Jun 9, 2019
1 parent 96e896b commit cb026c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsusSMC/AsusSMC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ IOService *AsusSMC::probe(IOService *provider, SInt32 *score) {
return ret;

if (name->isEqualTo("ATK")) {
*score +=20;
*score += 20;
ret = this;
}
name->release();
Expand Down

0 comments on commit cb026c0

Please sign in to comment.