This commit is contained in:
nethack.allison
2002-03-09 00:56:39 +00:00
parent 422e8b22ae
commit f4a23fa572

View File

@@ -99,7 +99,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
if (FAILED(GetComCtlVersion(&major, &minor)))
{
char buf[TBUFSZ];
Sprintf(buf, "Cannot load common control library.\n%s\%s"
Sprintf(buf, "Cannot load common control library.\n%s\n%s"
"For further information, refer to the installation notes at",
INSTALL_NOTES);
panic(buf);