projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d18ab
)
Fixed a typo.
author
Eric Kohl
<eric.kohl@reactos.org>
Tue, 5 Mar 2002 00:05:28 +0000
(
00:05
+0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Tue, 5 Mar 2002 00:05:28 +0000
(
00:05
+0000)
svn path=/trunk/; revision=2671
reactos/drivers/storage/atapi/atapi.c
patch
|
blob
|
history
diff --git
a/reactos/drivers/storage/atapi/atapi.c
b/reactos/drivers/storage/atapi/atapi.c
index
8186105
..
57d9652
100644
(file)
--- a/
reactos/drivers/storage/atapi/atapi.c
+++ b/
reactos/drivers/storage/atapi/atapi.c
@@
-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");