Fixed typo.

This commit is contained in:
Christian Costa 2004-04-13 21:16:26 +00:00 committed by Alexandre Julliard
parent ac6e8f5dcd
commit 51b37e1abc

View File

@ -1000,7 +1000,7 @@ COORD WINAPI GetLargestConsoleWindowSize(HANDLE hConsoleOutput)
COORD c; COORD c;
c.X = 80; c.X = 80;
c.Y = 24; 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; return c;
} }
#endif /* defined(__i386__) */ #endif /* defined(__i386__) */