summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
Diffstat (limited to 'out.h')
-rw-r--r--out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/out.h b/out.h
index 0bf9e9c0..12a2f43f 100644
--- a/out.h
+++ b/out.h
@@ -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)