forked from offtopia/ponydos
Fix typo that broke builds
This commit is contained in:
parent
8bea9d6120
commit
3f5d4ebd16
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue