[KERNEL] Typo fix

Christian Costa titan.costa at wanadoo.fr
Tue Apr 13 14:48:59 CDT 2004


Hi,

Changelog:
Fixed typo.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: console.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/console.c,v
retrieving revision 1.29
diff -u -r1.29 console.c
--- console.c	2 Apr 2004 19:18:51 -0000	1.29
+++ console.c	13 Apr 2004 17:43:17 -0000
@@ -1000,7 +1000,7 @@
     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__) */


More information about the wine-patches mailing list