Fixed typo.
This commit is contained in:
parent
ac6e8f5dcd
commit
51b37e1abc
|
@ -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__) */
|
||||
|
|
Loading…
Reference in New Issue