diff options
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ __BEGIN_DECLS while (/* CONSTCOND */ 0) #define SCALE_HS_INIT(p, v) \ - do { (p)->unit = SCALE_BU; \ + do { (p)->unit = SCALE_EN; \ (p)->scale = (v); } \ while (/* CONSTCOND */ 0) |