small form change
This commit is contained in:
parent
1531b8bda0
commit
330db88249
@ -291,7 +291,7 @@ def write_translation_source_file(
|
|||||||
definitions = ""
|
definitions = ""
|
||||||
|
|
||||||
function = (
|
function = (
|
||||||
"const char *translateEvents(Event event) {\n switch((event & 0xFFFF)) {\n"
|
"const char *translateEvents(Event event) {\n switch ((event & 0xFFFF)) {\n"
|
||||||
)
|
)
|
||||||
for entry in event_list:
|
for entry in event_list:
|
||||||
event_id = entry[0]
|
event_id = entry[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user