From 2276d836398564a90f5ff237e63ca3104ae509f0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 11 Jul 2002 11:11:56 +0000 Subject: Fixup warnings and undefined operations that show up in gcc-3.1 -Erik --- archival/libunarchive/seek_sub_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archival/libunarchive/seek_sub_file.c') diff --git a/archival/libunarchive/seek_sub_file.c b/archival/libunarchive/seek_sub_file.c index 72a3754bc..7523a52ab 100644 --- a/archival/libunarchive/seek_sub_file.c +++ b/archival/libunarchive/seek_sub_file.c @@ -32,4 +32,5 @@ void seek_sub_file(FILE *src_stream, const int count) } } return; -} \ No newline at end of file +} + -- cgit v1.2.3