summaryrefslogtreecommitdiff
path: root/include/parserutils/charset/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parserutils/charset/codec.h')
-rw-r--r--include/parserutils/charset/codec.h4
1 files changed, 2 insertions, 2 deletions
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;
/**