First working all-libcdio cd-paranoia (modulo various omissions and

memory leaks).
This commit is contained in:
rocky
2005-01-06 01:15:51 +00:00
parent bb16399e6a
commit f939e73e52
8 changed files with 220 additions and 216 deletions

View File

@@ -67,7 +67,7 @@ cdda_open(cdrom_drive_t *d)
break;
#endif
default:
cderror(d,"100: Interface not supported\n");
cderror(d, "100: Interface not supported\n");
return(-100);
}
#else