From 03b95247a1bef127e3de7a00778f52a37009edf0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 14 Aug 2012 13:15:14 +0200 Subject: Remove trailing comma in enum Spotted by ICC: qfreelist_p.h(127): warning #271: trailing comma is nonstandard BlockCount = 4, ^ Change-Id: Ib64d1d19ca0514e7582a295da48cbf6705aa8c44 Reviewed-by: Olivier Goffart Reviewed-by: Simon Hausmann --- src/3rdparty/harfbuzz/src/harfbuzz-thai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty/harfbuzz/src/harfbuzz-thai.c b/src/3rdparty/harfbuzz/src/harfbuzz-thai.c index 54fb9537a4..ecb722d984 100644 --- a/src/3rdparty/harfbuzz/src/harfbuzz-thai.c +++ b/src/3rdparty/harfbuzz/src/harfbuzz-thai.c @@ -164,7 +164,7 @@ static int tis620_2[128] = { enum ThaiFontType { TIS, WIN, - MAC, + MAC }; static int thai_get_glyph_index (ThaiFontType font_type, unsigned char c) -- cgit v1.2.3