Restoring 1.1

There was a mistake by commiting share.c.

svn path=/trunk/; revision=2175
This commit is contained in:
Hartmut Birr 2001-08-14 21:14:05 +00:00
parent 7ee896cad1
commit f293bda38a

View file

@ -1,4 +1,4 @@
/* $Id: pnproot.c,v 1.2 2001/08/14 21:05:10 hbirr Exp $
/* $Id: pnproot.c,v 1.3 2001/08/14 21:14:05 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -78,7 +78,7 @@ PnpRootQueryBusRelations(
PDEVICE_RELATIONS Relations;
PLIST_ENTRY CurrentEntry;
PPNPROOT_DEVICE Device;
NTSTATUS Status = STATUS_SUCCESS;
NTSTATUS Status;
ULONG Size;
ULONG i;