From 82c9ccd349f10a551ff6df098e9a136982de6e2b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 15 Apr 2009 15:50:06 +0000 Subject: Lose a bunch of trailing commas. GCC 2.95 compatibility. svn path=/trunk/libparserutils/; revision=7094 --- include/parserutils/charset/codec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/parserutils/charset/codec.h b/include/parserutils/charset/codec.h index d79740b..d49c858 100644 --- a/include/parserutils/charset/codec.h +++ b/include/parserutils/charset/codec.h @@ -60,7 +60,7 @@ typedef enum parserutils_charset_codec_errormode { /** Replace unrepresentable characters with single alternate */ PARSERUTILS_CHARSET_CODEC_ERROR_LOOSE = 1, /** Transliterate unrepresentable characters, if possible */ - PARSERUTILS_CHARSET_CODEC_ERROR_TRANSLIT = 2, + PARSERUTILS_CHARSET_CODEC_ERROR_TRANSLIT = 2 } parserutils_charset_codec_errormode; /** @@ -68,7 +68,7 @@ typedef enum parserutils_charset_codec_errormode { */ typedef enum parserutils_charset_codec_opttype { /** Set codec error mode */ - PARSERUTILS_CHARSET_CODEC_ERROR_MODE = 1, + PARSERUTILS_CHARSET_CODEC_ERROR_MODE = 1 } parserutils_charset_codec_opttype; /** -- cgit v1.2.3