From 606c863a555bbc900dc88b01159f198756f0e4b9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 22 Sep 2007 19:30:45 +0000 Subject: [PATCH] Reacted on compiler warning --- libburn/sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/sbc.c b/libburn/sbc.c index ad279df..d0c4b30 100644 --- a/libburn/sbc.c +++ b/libburn/sbc.c @@ -38,7 +38,7 @@ void sbc_load(struct burn_drive *d) c.retry = 1; /* ts A70921 : Had to revoke Immed because of LG GSA-4082B */ - /* c.opcode[1] |= 1; /* ts A70918 : Immed */ + /* c.opcode[1] |= 1; / * ts A70918 : Immed */ c.dir = NO_TRANSFER; d->issue_command(d, &c);