From 97e4fac0bd2a42125a69025c1ea0b3ef943f7501 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 1 Mar 2020 11:48:16 +0000 Subject: [PATCH] Fix a missing space in a comment --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index f77109e..fb86266 100644 --- a/bedstead.c +++ b/bedstead.c @@ -795,7 +795,7 @@ static struct glyph { {{001,001,001,001,001,037,001,000,000}, 0x02e8 }, /* Low tone letter */ {{001,001,001,001,001,001,037,000,000}, 0x02e9 }, /* Extra-low tone letter */ - /* Greek and Coptic*/ + /* Greek and Coptic */ {{004,000,000,000,000,000,000,000,000}, 0x0384, "tonos" }, {{004,025,000,000,000,000,000,000,000}, 0x0385, "dieresistonos" }, {{022,025,005,005,007,005,005,000,000}, 0x0386, "Alphatonos" }, -- 2.30.2