summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-23 20:34:18 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-23 20:34:18 +0000
commit2a6564dea901f4911d7e22e0cbdecc2f0b77961f (patch)
treed1d94a7ed91c64aa2aeff07538f0eeb63b95060a /capture_opts.c
parent6b762c78a500d44eb87db3e621b3efef3b50846c (diff)
downloadwireshark-2a6564dea901f4911d7e22e0cbdecc2f0b77961f.tar.gz
Rename a variable to avoid collisions with a global variable, as noted
by John Smith. svn path=/trunk/; revision=25549
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index a7fbfdad8a..6662949eee 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -75,7 +75,7 @@ static gboolean capture_opts_output_to_pipe(const char *save_file, gboolean *is_
void
-capture_opts_init(capture_options *capture_opts, void *cfile)
+capture_opts_init(capture_options *capture_opts, void *cf)
{
capture_opts->cf = cfile;
capture_opts->cfilter = g_strdup(""); /* No capture filter string specified */