diff --git a/bedstead.c b/bedstead.c index f6eaba0..1fb5e81 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2374,7 +2374,7 @@ static struct glyph { /* Private use area */ /* U+EE00--U+EE7F: zvbi mosaic graphics */ #define M(x) {{(0x##x & 0x1f)|((0x##x & 0x40)>>1)}, U(EE##x), \ - (0x##x & 0x20 ? SEP6 : MOS6)} + (0x##x & 0x20 ? MOS6 : SEP6)} M(00), M(01), M(02), M(03), M(04), M(05), M(06), M(07), M(08), M(09), M(0A), M(0B), M(0C), M(0D), M(0E), M(0F), M(10), M(11), M(12), M(13), M(14), M(15), M(16), M(17),