Fix typo that broke builds

This commit is contained in:
Juhani Krekelä 2023-03-29 13:23:06 +03:00
parent 8bea9d6120
commit 3f5d4ebd16
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ process_event:
jne .not_open_file
call event_open_file
jmp .end
.not_opend_file:
.not_open_file:
.end:
pop es

View File

@ -76,7 +76,7 @@ process_event:
jne .not_open_file
call event_open_file
jmp .end
.not_opend_file:
.not_open_file:
.end:
pop es