mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +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];
|
||||
if ((DebugTraceLevel & DEBUG_PACKET) > 0) {
|
||||
Length = CopyPacketToBuffer(
|
||||
(PUCHAR)&Buffer,
|
||||
Buffer,
|
||||
Packet,
|
||||
0,
|
||||
64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue