[HAL] Fix debug prints in ShowSize() and its caller (#2377)

This commit is contained in:
Stanislav Motylkov
2020-02-24 01:02:40 +03:00
committed by GitHub
parent 60e89359c1
commit dbeaef63c1

View File

@@ -792,7 +792,7 @@ ShowSize(ULONG x)
{
DbgPrint("%d", x);
}
DbgPrint("]\n");
DbgPrint("]");
}
/*
@@ -980,6 +980,7 @@ HalpDebugPciDumpBus(IN ULONG i,
(Mem & PCI_ADDRESS_MEMORY_PREFETCHABLE) ? "" : "non-");
ShowSize(Size);
}
DbgPrint("\n");
}
}
}