Fixed a typo

svn path=/trunk/; revision=1253
This commit is contained in:
Eric Kohl 2000-07-07 11:56:04 +00:00
parent 25557b0457
commit 8353127423

View file

@ -1,4 +1,4 @@
/* $Id: vidport.c,v 1.13 2000/03/19 13:31:36 ekohl Exp $
/* $Id: vidport.c,v 1.14 2000/07/07 11:56:04 ekohl Exp $
*
* VideoPort driver
* Written by Rex Jolliff
@ -245,7 +245,7 @@ VideoPortInitialize(IN PVOID Context1,
&Again);
if (!NT_SUCCESS(Status))
{
DbgPrint("HwFindAdapter call failed");
DbgPrint("HwFindAdapter call failed\n");
IoDeleteDevice(MPDeviceObject);
return Status;