Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/utfconv/utfconv.c')
-rw-r--r--intern/utfconv/utfconv.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/intern/utfconv/utfconv.c b/intern/utfconv/utfconv.c
index 26fb1d44d28..673c567070c 100644
--- a/intern/utfconv/utfconv.c
+++ b/intern/utfconv/utfconv.c
@@ -15,7 +15,10 @@
*
* The Original Code is Copyright (C) 2012 Blender Foundation.
* All rights reserved.
- *
+ */
+
+/** \file
+ * \ingroup intern_utf_conv
*/
#include "utfconv.h"
@@ -53,7 +56,7 @@ size_t count_utf_8_from_16(const wchar_t *string16)
}
else {
if (u < 0xE000) {
- /*illigal*/;
+ /*illegal*/;
}
else {
count += 3;