mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
First release of the IDE driver
svn path=/trunk/; revision=48
This commit is contained in:
parent
cb0fe70650
commit
22ebf085eb
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ static char SectorBuffer[512 * 10];
|
||||||
}
|
}
|
||||||
DbgPrint("\n");
|
DbgPrint("\n");
|
||||||
}
|
}
|
||||||
for(;;);
|
//for(;;);
|
||||||
Status = ZwWriteFile(FileHandle,
|
Status = ZwWriteFile(FileHandle,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in a new issue