Commit 8d9fbef9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32: Remove a space before '\n' in a trace.

parent 45827fb4
......@@ -1845,7 +1845,7 @@ static BOOL PATH_WidenPath(DC *dc)
break;
case PT_BEZIERTO:
/* should never happen because of the FlattenPath call */
ERR("Should never happen \n");
ERR("Should never happen\n");
break;
default:
ERR("Got path flag %c\n", pPath->pFlags[i]);
......
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