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

This commit is contained in:
Francois Gouget 2007-03-28 10:01:23 +02:00 committed by Alexandre Julliard
parent 45827fb404
commit 8d9fbef94f

View file

@ -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]);