summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/unicode.c
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
commit7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch)
tree1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/unicode.c
parent3035213d045bc0edc31194fa5309c60ade5919ff (diff)
parentcda316ccfea6017740fbbf8d76a732eff54047ff (diff)
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/unicode.c')
-rw-r--r--src/lib/util/unicode.c16
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)