From aacedfa1f25a0f3efb6d1e654c5ea3414ada3a6f Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 14 Mar 2002 04:32:35 +0000 Subject: [PATCH] When defining the struct select_item, don't create an instance of that struct, alsoc alled select_item, as it's not used. svn path=/trunk/; revision=4938 --- editcap.c | 4 ++-- 1 file 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