mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 14:03:16 -07:00
Constification
This commit is contained in:
@@ -2288,7 +2288,7 @@ zip_250_identify(ide_t *ide, int ide_has_dma)
|
||||
static void
|
||||
zip_identify(ide_t *ide, int ide_has_dma)
|
||||
{
|
||||
zip_t *zip;
|
||||
const zip_t *zip;
|
||||
|
||||
zip = (zip_t *) ide->sc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user