aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-14 04:32:35 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-14 04:32:35 +0000
commit68caa3a83467a799f462750238cef3a1f6733b98 (patch)
treebaa0ff8dff68c10cfbb61cc033553733a69ba554 /editcap.c
parente41d24d72124b88f86eb9907897ed81a8aba087e (diff)
When defining the struct select_item, don't create an instance of that
struct, alsoc alled select_item, as it's not used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4938 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index efd8b120ce..1ba14c3959 100644
--- a/editcap.c
+++ b/editcap.c
@@ -1,7 +1,7 @@
/* Edit capture files. We can delete records, adjust timestamps, or
* simply convert from one format to another format.
*
- * $Id: editcap.c,v 1.20 2002/02/24 01:26:42 guy Exp $
+ * $Id: editcap.c,v 1.21 2002/03/14 04:32:35 gram Exp $
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.
@@ -44,7 +44,7 @@ struct select_item {
int inclusive;
int first, second;
-} select_item;
+};
#define ONE_MILLION 1000000