diff options
author | TingPing <tingping@tingping.se> | 2014-12-17 18:49:59 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 06:47:23 -0500 |
commit | 95febd978c9f5b0c1eb76b3a2c506ef540087ce3 (patch) | |
tree | 4a8dedf6edc54cb37a7917548306c4f07cd23a8a /plugins/sysinfo/sysinfo.cpp | |
parent | 3f855f07f5d2e9a08a586436719358c40a46f29d (diff) |
Fix building as c89
Diffstat (limited to 'plugins/sysinfo/sysinfo.cpp')
-rw-r--r-- | plugins/sysinfo/sysinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysinfo/sysinfo.cpp b/plugins/sysinfo/sysinfo.cpp index 43ab48c0..322dac17 100644 --- a/plugins/sysinfo/sysinfo.cpp +++ b/plugins/sysinfo/sysinfo.cpp @@ -155,7 +155,7 @@ getOsName (void) static char * getCpuName (void) { - // Get extended ids. + /* Get extended ids. */ unsigned int nExIds; unsigned int i; int CPUInfo[4] = {-1}; |