Fixed a couple of missing returns in Allegro GUI.

This commit is contained in:
SarahW 2017-05-16 20:56:32 +01:00
commit 7af913b1b7

View file

@ -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()