diff options
| -rw-r--r-- | src/Plugins/Monitors/CpuFreq.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Plugins/Monitors/CpuFreq.hs b/src/Plugins/Monitors/CpuFreq.hs index 7e615a6..34240ee 100644 --- a/src/Plugins/Monitors/CpuFreq.hs +++ b/src/Plugins/Monitors/CpuFreq.hs @@ -39,6 +39,6 @@ runCpuFreq _ = do                                  else ghzFmt x              | otherwise = ghzFmt x ++ if suffix then "GHz" else ""        mhzFmt x = show (round (x * 1000) :: Integer) -      ghzFmt x = showDigits ddigits x +      ghzFmt = showDigits ddigits    failureMessage <- getConfigValue naString    checkedDataRetrieval failureMessage [path] Nothing (/divisor) fmt | 
