Kernel/VTerm - Fixed mistype in warning
[tpg/acess2.git] / 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