mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
fix void warning
This commit is contained in:
parent
dd0f0fe415
commit
681ce9c60c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user