From 6a396b4bcbc1d043f123f34fc2b48f60ac74ee99 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 21 Jan 2017 02:02:35 +0100 Subject: [PATCH] Fixed the last compile-breaking error, for really this time. --- src/cdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdrom.c b/src/cdrom.c index 2bb8fac08..37e484735 100644 --- a/src/cdrom.c +++ b/src/cdrom.c @@ -1551,7 +1551,7 @@ void cdrom_reset(uint8_t id) cdrom[id].unit_attention = 0; } -void cdrom_playing_completed(uint8_t id) +int cdrom_playing_completed(uint8_t id) { cdrom[id].prev_status = cdrom[id].cd_status; cdrom[id].cd_status = cdrom_drives[id].handler->status(id);