Kernel/VTerm - Fixed mistype in warning
authorJohn Hodge <[email protected]>
Fri, 4 May 2012 15:53:51 +0000 (23:53 +0800)
committerJohn Hodge <[email protected]>
Fri, 4 May 2012 15:53:51 +0000 (23:53 +0800)
KernelLand/Kernel/drv/vterm.c

index 1cc60be..7d30511 100644 (file)
@@ -230,7 +230,7 @@ void VT_SetResolution(int Width, int Height)
        if( Width != mode.width || Height != mode.height )
        {
                Log_Warning("VTerm",
-                       "Selected resolution (%ix%i is not supported) by the device, using (%ix%i)",
+                       "Selected resolution (%ix%i) is not supported by the device, using (%ix%i)",
                        giVT_RealWidth, giVT_RealHeight,
                        mode.width, mode.height
                        );

UCC git Repository :: git.ucc.asn.au