mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
Fixed a typo
svn path=/trunk/; revision=1253
This commit is contained in:
parent
25557b0457
commit
8353127423
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* VideoPort driver
|
||||||
* Written by Rex Jolliff
|
* Written by Rex Jolliff
|
||||||
|
@ -245,7 +245,7 @@ VideoPortInitialize(IN PVOID Context1,
|
||||||
&Again);
|
&Again);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DbgPrint("HwFindAdapter call failed");
|
DbgPrint("HwFindAdapter call failed\n");
|
||||||
IoDeleteDevice(MPDeviceObject);
|
IoDeleteDevice(MPDeviceObject);
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue