mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed a typo.
svn path=/trunk/; revision=2671
This commit is contained in:
parent
c6d18aba96
commit
193d7e020b
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: atapi.c,v 1.9 2002/03/04 22:31:06 ekohl Exp $
|
||||
/* $Id: atapi.c,v 1.10 2002/03/05 00:05:28 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS ATAPI miniport driver
|
||||
|
@ -797,7 +797,6 @@ AtapiInterrupt(IN PVOID DeviceExtension)
|
|||
DeviceExtension,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
|
||||
DPRINT("AtapiInterrupt() done!\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue