fix void warning

This commit is contained in:
Irmen de Jong 2024-03-27 23:05:41 +01:00
parent dd0f0fe415
commit 681ce9c60c
2 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ io_error:
list_filename[2] = 0
while cbm.READST()==0 {
cbm.CHRIN()
void cbm.CHRIN()
}
cbm.CLRCHN() ; restore default i/o devices

View File

@ -479,7 +479,7 @@ io_error:
list_filename[2] = 0
while cbm.READST()==0 {
cbm.CHRIN()
void cbm.CHRIN()
}
cbm.CLRCHN() ; restore default i/o devices