1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00

Merge pull request #1850 from polluks2/patch-6

Don't hide errors in error handling
This commit is contained in:
Bob Andrews
2022-09-02 12:08:40 +02:00
committed by GitHub
+1 -1
View File
@@ -29,6 +29,6 @@ _tgi_unload:
jmp _mod_free ; Free the driver
no_driver:
lda #<TGI_ERR_NO_DRIVER
lda #TGI_ERR_NO_DRIVER
sta _tgi_error
rts