summaryrefslogtreecommitdiff
path: root/include/hubbub/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub/types.h')
-rw-r--r--include/hubbub/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hubbub/types.h b/include/hubbub/types.h
index b2f3670..66eca39 100644
--- a/include/hubbub/types.h
+++ b/include/hubbub/types.h
@@ -18,7 +18,7 @@ typedef enum hubbub_charset_source {
HUBBUB_CHARSET_UNKNOWN = 0, /**< Unknown */
HUBBUB_CHARSET_TENTATIVE = 1, /**< Charset may be changed
* with further data */
- HUBBUB_CHARSET_CONFIDENT = 2, /**< Charset definite */
+ HUBBUB_CHARSET_CONFIDENT = 2 /**< Charset definite */
} hubbub_charset_source;
/**