mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
cleanup
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#ifndef _UNICODE_BIDI_TABLES_H
|
||||
#define _UNICODE_BIDI_TABLES_H
|
||||
|
||||
static const BIDICHAR_TYPE_MAP __mg___mg_unicode_bidi_char_type_map[] =
|
||||
static const BIDICHAR_TYPE_MAP __mg_unicode_bidi_char_type_map[] =
|
||||
{
|
||||
{ 0x000000, 0x0009, BIDI_TYPE_BN },
|
||||
{ 0x000009, 0x0001, BIDI_TYPE_SS },
|
||||
|
||||
@@ -210,7 +210,7 @@ print ()
|
||||
print ("#ifndef _UNICODE_BIDI_TABLES_H")
|
||||
print ("#define _UNICODE_BIDI_TABLES_H")
|
||||
print ("")
|
||||
print ("static const BIDICHAR_TYPE_MAP __mg___mg_unicode_bidi_char_type_map[] =")
|
||||
print ("static const BIDICHAR_TYPE_MAP __mg_unicode_bidi_char_type_map[] =")
|
||||
print ("{")
|
||||
|
||||
cur_chv = 0
|
||||
|
||||
Reference in New Issue
Block a user