]> granicus.if.org Git - nethack/commitdiff
(from <Someone>)
authornethack.allison <nethack.allison>
Sat, 9 Mar 2002 11:30:26 +0000 (11:30 +0000)
committernethack.allison <nethack.allison>
Sat, 9 Mar 2002 11:30:26 +0000 (11:30 +0000)
win/win32/winhack.c

index ba4b2257ad0e572ee6b9af69d2ea9d86c6bbe440..c1dd1e97085fb75a75946b3071c7d55659a6c55a 100644 (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\n%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);
@@ -108,7 +108,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
         || (major == MIN_COMCTLMAJOR && minor < MIN_COMCTLMINOR))
     {
         char buf[TBUFSZ];
-        Sprintf(buf, "Common control library is outdated.\n%s %d.%d\n%s\n%s"
+        Sprintf(buf, "Common control library is outdated.\n%s %d.%d\n%s\n%s",
               "NetHack requires at least version ",
              MIN_COMCTLMAJOR, MIN_COMCTLMINOR,
              "For further information, refer to the installation notes at",