summaryrefslogtreecommitdiffstats
path: root/atasmart.h
diff options
context:
space:
mode:
authorWojciech Piekutowski <wojciech@piekutowski.net>2011-04-12 22:49:42 +0200
committerWojciech Piekutowski <wojciech@piekutowski.net>2011-04-12 22:49:42 +0200
commitd1ac43c54d5d34bf70b1d5084d8604f2a3a795ea (patch)
tree4d4910a8a1954dff7484e544b287c9bf2928832f /atasmart.h
parentc535f10035a232e5fd5c48ed09f28bb6334876b6 (diff)
Show MB, GB or TB depending on the value
Diffstat (limited to 'atasmart.h')
-rw-r--r--atasmart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atasmart.h b/atasmart.h
index cf4d217..65d96e7 100644
--- a/atasmart.h
+++ b/atasmart.h
@@ -134,7 +134,7 @@ typedef enum SkSmartAttributeUnit {
SK_SMART_ATTRIBUTE_UNIT_SECTORS,
SK_SMART_ATTRIBUTE_UNIT_MKELVIN, /* millikelvin */
SK_SMART_ATTRIBUTE_UNIT_PERCENT,
- SK_SMART_ATTRIBUTE_UNIT_GB,
+ SK_SMART_ATTRIBUTE_UNIT_MB,
_SK_SMART_ATTRIBUTE_UNIT_MAX
/* This enum may be extended at any time without this being