aboutsummaryrefslogtreecommitdiff
path: root/hw/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cdrom.c')
-rw-r--r--hw/cdrom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/cdrom.c b/hw/cdrom.c
index 2aa4d3b250..87427a5a21 100644
--- a/hw/cdrom.c
+++ b/hw/cdrom.c
@@ -153,5 +153,3 @@ int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num)
cpu_to_be16wu((uint16_t *)buf, len - 2);
return len;
}
-
-