From d1ac43c54d5d34bf70b1d5084d8604f2a3a795ea Mon Sep 17 00:00:00 2001 From: Wojciech Piekutowski Date: Tue, 12 Apr 2011 22:49:42 +0200 Subject: Show MB, GB or TB depending on the value --- atasmart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atasmart.h') 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 -- cgit