Commit 49ab8b1b authored by Alexandre Julliard's avatar Alexandre Julliard

wineps: Avoid using DPRINTF().

parent a184ce48
......@@ -158,7 +158,7 @@ do \
{ \
if (fields & flag) \
{ \
if (add_space++) DPRINTF(" "); \
if (add_space++) TRACE(" "); \
TRACE(#flag); \
fields &= ~flag; \
} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment