From 8de2535ca53e43681d6a9b13708a3d72a67c1803 Mon Sep 17 00:00:00 2001 From: Wojciech Piekutowski Date: Tue, 12 Apr 2011 23:29:56 +0200 Subject: Comment on difference between SMALL_PERCENT and PERCENT attribute units --- atasmart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atasmart.h b/atasmart.h index 4aa0589..0808b25 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_SMALL_PERCENT, /* percentage with 3 decimal points */ - SK_SMART_ATTRIBUTE_UNIT_PERCENT, + SK_SMART_ATTRIBUTE_UNIT_PERCENT, /* integer percentage */ SK_SMART_ATTRIBUTE_UNIT_MB, _SK_SMART_ATTRIBUTE_UNIT_MAX -- cgit