From 412959acbacf4089990e9339429ab6484e28984c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 20 Oct 2001 18:52:57 +0000 Subject: [PATCH] whitespace --- source/vid_wgl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/vid_wgl.c b/source/vid_wgl.c index 9ca35bf..0418765 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -1621,7 +1621,9 @@ VID_Init (unsigned char *palette) lasterror=GetLastError(); if (maindc && mainwindow) ReleaseDC (mainwindow, maindc); - Sys_Error("Could not initialize GL (wglCreateContext failed).\n\nMake sure you in are 65535 color mode, and try running -window. \nError code: (%lx)\r\n",lasterror); + Sys_Error("Could not initialize GL (wglCreateContext failed).\n\n" + "Make sure you in are 65535 color mode, and try running " + "-window. \nError code: (%lx)\r\n", lasterror); } if (!wglMakeCurrent (maindc, baseRC)) {