From d1583b9850d9fb45470648a515eb734e05fd926f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Jun 2015 07:36:50 +0200 Subject: Cleanups and version bump --- src/lib/util/unicode.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/util/unicode.c') 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) -- cgit v1.2.3-70-g09d2