This commit is contained in:
Veit Heller
2014-09-21 20:37:28 +02:00
parent 56ff30d2b7
commit e1fe098be6
3 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ static inline void die(int code, const char* message){
}
int main(){
register int fd, i;
register int fd;
register unsigned char i;
struct cdrom_tochdr toc_hdr;
struct cdrom_tocentry toc_entry;