Added a forgotten semicolon in ide.c .
This commit is contained in:
@@ -2423,7 +2423,7 @@ static void atapicommand(int ide_board)
|
|||||||
len=34;
|
len=34;
|
||||||
if (len > alloc_length)
|
if (len > alloc_length)
|
||||||
{
|
{
|
||||||
len = alloc_length
|
len = alloc_length;
|
||||||
}
|
}
|
||||||
ide->packetstatus = ATAPI_STATUS_DATA;
|
ide->packetstatus = ATAPI_STATUS_DATA;
|
||||||
ide->cylinder=len;
|
ide->cylinder=len;
|
||||||
|
Reference in New Issue
Block a user