From 967f7a98121ec1a8feb63b2765af066c899a6c30 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/trunk/libburn/sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/libburn/sbc.c b/libburn/trunk/libburn/sbc.c index ad279dfa..d0c4b303 100644 --- a/libburn/trunk/libburn/sbc.c +++ b/libburn/trunk/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);