whitespace

This commit is contained in:
Bill Currie 2001-10-20 18:52:57 +00:00
parent 0bca15c502
commit 412959acba
1 changed files with 3 additions and 1 deletions

View File

@ -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)) {