From 1768fa663278dbff558123ff6c70b39baaf09498 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 4 Feb 2002 01:21:03 +0000 Subject: [PATCH] Fixed a typo. svn path=/trunk/; revision=2597 --- reactos/drivers/storage/atapi/atapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/storage/atapi/atapi.c b/reactos/drivers/storage/atapi/atapi.c index 2148f42696e..7e2e2373454 100644 --- a/reactos/drivers/storage/atapi/atapi.c +++ b/reactos/drivers/storage/atapi/atapi.c @@ -1,4 +1,4 @@ -/* $Id: atapi.c,v 1.6 2002/02/03 20:21:13 ekohl Exp $ +/* $Id: atapi.c,v 1.7 2002/02/04 01:21:03 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS ATAPI miniport driver @@ -1227,7 +1227,7 @@ AtapiPolledRead(IN WORD Address, static ULONG AtapiSendAtapiCommand(IN PATAPI_MINIPORT_EXTENSION DeviceExtension, - IN PSCSI_REQUEST_BLOCK Srb); + IN PSCSI_REQUEST_BLOCK Srb) { DPRINT1("AtapiSendAtapiComamnd() called!\n"); DPRINT1("Not implemented yet!\n"); -- 2.17.1