From d789120937e33dafd48d6f8731b9559277fe644f Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 16 Jan 2005 14:33:43 +0000 Subject: [PATCH] Mac SC compiler whinges about trailing commas in enums git-svn-id: svn://svn.tartarus.org/sgt/putty@5120 cda61777-01e9-0310-a592-d414129be87e --- minibidi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/minibidi.c b/minibidi.c index d36dee07..c3581803 100644 --- a/minibidi.c +++ b/minibidi.c @@ -92,7 +92,7 @@ enum { B, S, WS, - ON, + ON }; /* Shaping Types */ @@ -156,7 +156,7 @@ const shape_node shapetypes[] = { /* 647 */ {SD, 0xFEE9}, /* 648 */ {SR, 0xFEED}, /* 649 */ {SR, 0xFEEF}, /* SD */ - /* 64A */ {SD, 0xFEF1}, + /* 64A */ {SD, 0xFEF1} }; /* @@ -848,7 +848,7 @@ unsigned char getType(int ch) {0xe0020, 0xe007f, BN}, {0xe0100, 0xe01ef, NSM}, {0xf0000, 0xffffd, L}, - {0x100000, 0x10fffd, L}, + {0x100000, 0x10fffd, L} }; int i, j, k; -- 2.11.0