From 5ba9309426ba3f57188d70bcfd21cbb25095f8dc Mon Sep 17 00:00:00 2001 From: owen Date: Mon, 29 Nov 2004 16:58:02 +0000 Subject: [PATCH] Nitpick, close bracket. git-svn-id: svn://svn.tartarus.org/sgt/putty@4926 cda61777-01e9-0310-a592-d414129be87e --- windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0