From 9baaad56e9ab49f081df3b369b751946bf3c28a6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Dec 2006 00:02:39 +0000 Subject: (State): removing trailing comma to appease xlc; reported by vvv (upstream to Werner, too). git-svn-id: svn://tug.org/texlive/trunk@2645 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/freetype2/src/tools/apinames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/libs/freetype2/src/tools/apinames.c b/Build/source/libs/freetype2/src/tools/apinames.c index 43d58d616e0..f08919bee6c 100644 --- a/Build/source/libs/freetype2/src/tools/apinames.c +++ b/Build/source/libs/freetype2/src/tools/apinames.c @@ -194,7 +194,7 @@ names_dump( FILE* out, typedef enum { STATE_START = 0, /* waiting for FT_EXPORT keyword and return type */ - STATE_TYPE, /* type was read, waiting for function name */ + STATE_TYPE /* type was read, waiting for function name */ } State; -- cgit v1.2.3