aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 1cff832ecb..5e51c305ee 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,20 +1,20 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.70 2002/08/06 05:40:47 guy Exp $
+ * $Id: wtap.c,v 1.71 2002/08/28 20:30:45 jmayer Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -237,7 +237,7 @@ const char
Note that we do *not* want to call the subtype's close function,
as it would free any per-subtype data, and that data may be
needed by the random-access side.
-
+
Instead, if the subtype has a "sequential close" function, we call it,
to free up stuff used only by the sequential side. */
void