From: ben Date: Wed, 15 Jan 2003 22:37:58 +0000 (+0000) Subject: Make this compile again. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/1adaeb2ee2c574fa3d06cf14f4aad0b6192a0aea Make this compile again. git-svn-id: svn://svn.tartarus.org/sgt/putty@2614 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mac/mac.c b/mac/mac.c index fa2ec2fe..ace079ca 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -1,4 +1,4 @@ -/* $Id: mac.c,v 1.30 2003/01/15 20:47:50 jacob Exp $ */ +/* $Id: mac.c,v 1.31 2003/01/15 22:37:58 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -203,8 +203,8 @@ static void mac_startup(void) { 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;