summaryrefslogtreecommitdiffstats
path: root/src/osx/smc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/smc.hpp')
-rw-r--r--src/osx/smc.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osx/smc.hpp b/src/osx/smc.hpp
index b7681ed..5717b64 100644
--- a/src/osx/smc.hpp
+++ b/src/osx/smc.hpp
@@ -4,7 +4,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -104,7 +104,7 @@ namespace Cpu {
long long getTemp(int core);
private:
- kern_return_t SMCReadKey(UInt32Char_t key, SMCVal_t *val);
+ kern_return_t SMCReadKey(UInt32Char_t key, SMCVal_t *val);
long long getSMCTemp(char *key);
kern_return_t SMCCall(int index, SMCKeyData_t *inputStructure, SMCKeyData_t *outputStructure);