diff options
Diffstat (limited to 'py/unicode.c')
-rw-r--r-- | py/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/unicode.c b/py/unicode.c index a20527cb2b..4bdf03387c 100644 --- a/py/unicode.c +++ b/py/unicode.c @@ -22,7 +22,7 @@ // table of attributes for ascii characters STATIC const uint8_t attr[] = { 0, 0, 0, 0, 0, 0, 0, 0, - 0, AT_SP, AT_SP, AT_SP, 0, AT_SP, 0, 0, + 0, AT_SP, AT_SP, AT_SP, AT_SP, AT_SP, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, AT_SP, AT_PR, AT_PR, AT_PR, AT_PR, AT_PR, AT_PR, AT_PR, |