diff options
Diffstat (limited to 'ppapi/c/dev/ppb_char_set_dev.h')
-rw-r--r-- | ppapi/c/dev/ppb_char_set_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/dev/ppb_char_set_dev.h b/ppapi/c/dev/ppb_char_set_dev.h index 9b9d8e5..a433c62 100644 --- a/ppapi/c/dev/ppb_char_set_dev.h +++ b/ppapi/c/dev/ppb_char_set_dev.h @@ -29,7 +29,7 @@ enum PP_CharSet_ConversionError { // it will use the unicode "substitution character" U+FFFD. When converting // to another character set, the character will be charset-specific. For // many languages this will be the representation of the '?' character. - PP_CHARSET_CONVERSIONERROR_SUBSTITUTE, + PP_CHARSET_CONVERSIONERROR_SUBSTITUTE }; struct PPB_CharSet_Dev { |