mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix compilation of non-DBG builds.
svn path=/trunk/; revision=12041
This commit is contained in:
@@ -47,7 +47,6 @@ VOID LoopTransmit(
|
||||
("Doing receive (complete: %x, context %x, packet %x)\n",
|
||||
PC(NdisPacket)->DLComplete, Context, NdisPacket));
|
||||
IPReceive(Context, &IPPacket);
|
||||
DisplayIPPacket(&IPPacket);
|
||||
TI_DbgPrint(MAX_TRACE,
|
||||
("Finished receive (complete: %x, context %x, packet %x)\n",
|
||||
PC(NdisPacket)->DLComplete, Context, NdisPacket));
|
||||
|
||||
Reference in New Issue
Block a user