- 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
This commit is contained in:
Diane Bruce 2006-07-24 19:23:12 +00:00
parent 2f64004924
commit dedbd91143

View File

@ -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;