X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=windows%2Fwindow.c;h=2d8c50c1acf99e32cb56c4e617ccb78722ac064d;hb=4a8c36d4b739392b27ffefb1cacfdb6f41029507;hp=fe90483ec23f97711c27657c7adcd3b71349c229;hpb=e4e10e494b3ee80e68c84882628d84c2791b1344;p=PuTTY.git diff --git a/windows/window.c b/windows/window.c index fe90483e..2d8c50c1 100644 --- a/windows/window.c +++ b/windows/window.c @@ -635,7 +635,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) * Initialise the terminal. (We have to do this _after_ * creating the window, since the terminal is the first thing * which will call schedule_timer(), which will in turn call - * timer_change_notify() which will expect hwnd to exist. + * timer_change_notify() which will expect hwnd to exist.) */ term = term_init(&cfg, &ucsdata, NULL); logctx = log_init(NULL, &cfg);