From 0d598aa7207cf09ea83ab3c21e666a25273b8b47 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 16 Jan 2003 00:52:28 +0000 Subject: [PATCH] Statements after declarations, dammit git-svn-id: svn://svn.tartarus.org/sgt/putty@2618 cda61777-01e9-0310-a592-d414129be87e --- window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window.c b/window.c index 04d3d61f..410c37ef 100644 --- a/window.c +++ b/window.c @@ -275,8 +275,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) default_protocol = be_default_protocol; /* Find the appropriate default port. */ { - default_port = 0; /* illegal */ int i; + default_port = 0; /* illegal */ for (i = 0; backends[i].backend != NULL; i++) if (backends[i].protocol == default_protocol) { default_port = backends[i].backend->default_port; -- 2.11.0