small form change

This commit is contained in:
Robin Mueller 2022-03-04 10:26:14 +01:00
parent 1531b8bda0
commit 330db88249
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ def write_translation_source_file(
definitions = ""
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:
event_id = entry[0]