aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_rtp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-03-07 01:18:21 +0000
committerJörg Mayer <jmayer@loplof.de>2003-03-07 01:18:21 +0000
commitd7bcd8e2611801c64517ccc11325767bf138b32c (patch)
treede63c30ceef5098d97d0686c27e1ff69cc53ce58 /gtk/tap_rtp.c
parente4677cd36e75d34f8ca5ca344d5fe4d240e674ed (diff)
Declare f_tempname and r_tempname static
svn path=/trunk/; revision=7307
Diffstat (limited to 'gtk/tap_rtp.c')
-rw-r--r--gtk/tap_rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/tap_rtp.c b/gtk/tap_rtp.c
index 635aeec6eb..7dbe00a801 100644
--- a/gtk/tap_rtp.c
+++ b/gtk/tap_rtp.c
@@ -1,7 +1,7 @@
/*
* tap_rtp.c
*
- * $Id: tap_rtp.c,v 1.4 2003/03/07 00:03:47 guy Exp $
+ * $Id: tap_rtp.c,v 1.5 2003/03/07 01:18:21 jmayer Exp $
*
* RTP analysing addition for ethereal
*
@@ -136,7 +136,7 @@ static GtkWidget *max_r;
static gboolean copy_file(gchar *, /*gint,*/ gint, void *);
-char f_tempname[100], r_tempname[100];
+static char f_tempname[100], r_tempname[100];
/* type of error when saving voice in a file didn't succeed */
typedef enum {