mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
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
Block a user