Fixed a couple of missing returns in Allegro GUI.
This commit is contained in:
parent
d2245f2d45
commit
7af913b1b7
1 changed files with 4 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ static int cdrom_empty()
|
|||
resetpchard();
|
||||
cdrom_update();
|
||||
}
|
||||
|
||||
return D_O_K;
|
||||
}
|
||||
|
||||
static int cdrom_dev()
|
||||
|
|
@ -194,6 +196,8 @@ static int cdrom_dev()
|
|||
resetpchard();
|
||||
cdrom_update();
|
||||
}
|
||||
|
||||
return D_O_K;
|
||||
}
|
||||
|
||||
static int cdrom_iso()
|
||||
|
|
|
|||
Loading…
Reference in a new issue