Commit 51b37e1a authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Fixed typo.

parent ac6e8f5d
......@@ -1000,7 +1000,7 @@ COORD WINAPI GetLargestConsoleWindowSize(HANDLE hConsoleOutput)
COORD c;
c.X = 80;
c.Y = 24;
TRACE("(%p), returning %dx%d\n", hConsoleOutput, c.X, x.Y);
TRACE("(%p), returning %dx%d\n", hConsoleOutput, c.X, c.Y);
return c;
}
#endif /* defined(__i386__) */
......
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