aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dict/world.c')
-rw-r--r--src/cmd/dict/world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/dict/world.c b/src/cmd/dict/world.c
index 7ee79a4e..6ead3ed6 100644
--- a/src/cmd/dict/world.c
+++ b/src/cmd/dict/world.c
@@ -56,10 +56,10 @@ static Rune chartab[] = {
/*e0*/ 0x3b1, 0x3b2, 0x3b3, 0x3c0, 0x3a3, 0x3c3, 0xb5, 0x3c4,
0x3a6, 0x398, 0x3a9, 0x3b4, 0x221e, 0xd8, 0x3b5, 0x2229,
/*f0*/ 0x2261, 0xb1, 0x2265, 0x2264, 0x2320, 0x2321, 0xf7, 0x2248,
- 0xb0, 0x2219, 0xb7, NONE, NONE, NONE, NONE, NONE,
+ 0xb0, 0x2219, 0xb7, NONE, NONE, NONE, NONE, NONE
};
-enum{ Utf, Kanahi, Kanalo=Kanahi+1, GBhi, GBlo=GBhi+1, };
+enum{ Utf, Kanahi, Kanalo=Kanahi+1, GBhi, GBlo=GBhi+1 };
void
worldprintentry(Entry e, int cmd)