From 8108827a814e090811ed05f44f4a18ec4e816e33 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 1 Sep 2006 17:34:21 +0000 Subject: [PATCH] - This struct needn't be global either. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@268 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- start_oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_oss.c b/start_oss.c index 32a5f7877..cac8c08d6 100644 --- a/start_oss.c +++ b/start_oss.c @@ -24,7 +24,7 @@ void oss_loop(int *iarg); /* * local state data referencing some gcom common fortran variables as well */ -struct audio_data { +static struct audio_data { int fd_in; /* Audio fd in; used only locally in this function */ int fd_out; /* Audio fd out; used only locally in this function */ double *Tsec; /* Present time SoundIn,SoundOut */