From aacfded5f17e597e079a9a63faf4dc93f46825a3 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 24 Nov 2001 07:55:07 +0000 Subject: [PATCH] Fix the return value of a routine. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4251 f5534014-38df-0310-8fa8-9805f1628bb7 --- text2pcap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text2pcap.c b/text2pcap.c index 796ea48f83..92c7cddbf9 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -6,7 +6,7 @@ * * (c) Copyright 2001 Ashok Narayanan * - * $Id: text2pcap.c,v 1.5 2001/11/24 07:52:05 guy Exp $ + * $Id: text2pcap.c,v 1.6 2001/11/24 07:55:07 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -283,7 +283,7 @@ write_byte (char *str) /*---------------------------------------------------------------------- * Remove bytes from the current packet */ -static int +static void unwrite_bytes (unsigned long nbytes) { curr_offset -= nbytes; -- 2.34.1