fixed some signed/unsigned comparison warnings with -Wsign-compare
[reactos.git] / reactos / drivers / dd / parallel / parallel.c
index f539cd3..a2959fd 100644 (file)
@@ -80,7 +80,7 @@ Dispatch(PDEVICE_OBJECT DeviceObject, PIRP Irp)
 {
    PIO_STACK_LOCATION Stack = IoGetCurrentIrpStackLocation(Irp);
    NTSTATUS status;
-   int i;
+   UINT i;
 
    switch (Stack->MajorFunction)
      {