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