summaryrefslogtreecommitdiff
path: root/src/xutf8/utils/convert_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/utils/convert_map.c')
-rw-r--r--src/xutf8/utils/convert_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/utils/convert_map.c b/src/xutf8/utils/convert_map.c
index 6e9c6492a..fb68469a5 100644
--- a/src/xutf8/utils/convert_map.c
+++ b/src/xutf8/utils/convert_map.c
@@ -105,7 +105,7 @@ int JIS0212(unsigned char * ptr) {
ptr += 7;
i += 7;
while(*ptr == ' ') { ptr++; i++; }
- //i++; ptr++;
+ /* i++; ptr++; */
*(ptr+6) = '\0';
ucs = (unsigned int)strtoul(ptr, NULL, 16);
if (*(ptr + 1) != 'x') {