Skip to content

Commit 5cc9d2f

Browse files
whoops
1 parent 06cf0e7 commit 5cc9d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ execute_vat_check:
2121
bit setting_special_directories,(iy + settings_flag)
2222
jp z,execute_program
2323
compare_hl_zero
24-
jp nz,main_find ; check if on directory
24+
jp nz,execute_program ; check if on directory
2525
ld a,screen_apps
2626
ld (current_screen),a
2727
jp main_find

0 commit comments

Comments
 (0)