aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index c561f54aaa..c2155ce9a7 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.263 2002/02/24 06:45:12 guy Exp $
+ * $Id: file.c,v 1.264 2002/02/27 08:57:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -623,7 +623,7 @@ add_packet_to_packet_list(frame_data *fdata, capture_file *cf,
gboolean refilter)
{
apply_color_filter_args args;
- gint i, row;
+ gint row;
gboolean create_proto_tree = FALSE;
epan_dissect_t *edt;
GdkColor fg, bg;