mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- Fix compilation of non-DBG builds.
svn path=/trunk/; revision=12041
This commit is contained in:
parent
a643581101
commit
1d43b533ec
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue