diff options
author | 2015-06-24 07:36:50 +0200 | |
---|---|---|
committer | 2015-06-24 07:36:50 +0200 | |
commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/unicode.c | |
parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/unicode.c')
-rw-r--r-- | src/lib/util/unicode.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/util/unicode.c b/src/lib/util/unicode.c index 7f264bc1fb6..5f375337b34 100644 --- a/src/lib/util/unicode.c +++ b/src/lib/util/unicode.c @@ -309,13 +309,13 @@ int utf16f_from_uchar(utf16_char *utf16string, size_t count, unicode_char uchar) -------------------------------------------------*/ /** - * @fn const char *utf8_previous_char(const char *utf8string) + * @fn const char *utf8_previous_char(const char *utf8string) * - * @brief UTF 8 previous character. + * @brief UTF 8 previous character. * - * @param utf8string The UTF 8string. + * @param utf8string The UTF 8string. * - * @return null if it fails, else a char*. + * @return null if it fails, else a char*. */ const char *utf8_previous_char(const char *utf8string) @@ -333,13 +333,13 @@ const char *utf8_previous_char(const char *utf8string) -------------------------------------------------*/ /** - * @fn int utf8_is_valid_string(const char *utf8string) + * @fn int utf8_is_valid_string(const char *utf8string) * - * @brief UTF 8 is valid string. + * @brief UTF 8 is valid string. * - * @param utf8string The UTF 8string. + * @param utf8string The UTF 8string. * - * @return An int. + * @return An int. */ int utf8_is_valid_string(const char *utf8string) |