mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
semi-colon
This commit is contained in:
@@ -6,7 +6,7 @@ import re
|
||||
import string
|
||||
import sys
|
||||
|
||||
h_template = """unsigned short %(charsetName)s[%(len)d] = { %(values)s }"""
|
||||
h_template = """unsigned short %(charsetName)s[%(len)d] = { %(values)s };"""
|
||||
CHAR_UNDEF = "0x0000"
|
||||
MAP_LEN = 256
|
||||
itemsPerLine = 16
|
||||
|
||||
Reference in New Issue
Block a user