From 05f784e1b3ccd1f84a39af46f32dd665487eeec9 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 24 Jul 2006 19:23:12 +0000 Subject: [PATCH] - Make prototype match that of windows, even though unused *isn't* used. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@204 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- ptt_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptt_unix.c b/ptt_unix.c index ba5578263..1b98180e5 100644 --- a/ptt_unix.c +++ b/ptt_unix.c @@ -96,7 +96,7 @@ char nm[MAXPATHLEN]; #define STATE_PORT_OPEN_SERIAL 2 int -ptt_(int unused, char *ptt_port, int *ntx, int *iptt) +ptt_(int *unused, char *ptt_port, int *ntx, int *iptt) { static int state=0; char *p;