Added a forgotten semicolon in ide.c .

This commit is contained in:
OBattler
2017-01-04 06:35:11 +01:00
parent 0dc379404c
commit c7ffcee87e

View File

@@ -2423,7 +2423,7 @@ static void atapicommand(int ide_board)
len=34;
if (len > alloc_length)
{
len = alloc_length
len = alloc_length;
}
ide->packetstatus = ATAPI_STATUS_DATA;
ide->cylinder=len;