mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:53:03 +00:00
Remove bogus and unneeded cast.
svn path=/trunk/; revision=17509
This commit is contained in:
parent
f9b0db47fe
commit
6ba28fd06e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ MiniDisplayPacket(
|
||||||
UCHAR Buffer[64];
|
UCHAR Buffer[64];
|
||||||
if ((DebugTraceLevel & DEBUG_PACKET) > 0) {
|
if ((DebugTraceLevel & DEBUG_PACKET) > 0) {
|
||||||
Length = CopyPacketToBuffer(
|
Length = CopyPacketToBuffer(
|
||||||
(PUCHAR)&Buffer,
|
Buffer,
|
||||||
Packet,
|
Packet,
|
||||||
0,
|
0,
|
||||||
64);
|
64);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue