--- a/src/drivers/cd_none.c Wed Jun 25 10:40:45 2008 +0000 +++ b/src/drivers/cd_none.c Mon Aug 04 05:58:53 2008 +0000 @@ -22,7 +22,7 @@ static gdrom_disc_t cdnone_open_device( const gchar *filename, FILE *f ); struct gdrom_image_class cdrom_device_class = { "None", NULL, - cdnone_image_is_valid, cdnone_open_device }; + cdnone_image_is_valid, cdnone_open_device }; GList *cdrom_get_native_devices(void) {