aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/seek_sub_file.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-11 11:11:56 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-11 11:11:56 +0000
commit2276d836398564a90f5ff237e63ca3104ae509f0 (patch)
treeb516e1554a434ba539ed5318c0b3736940c1dd99 /archival/libunarchive/seek_sub_file.c
parentcafc10323099befd1e45bb1d212a511dcbb92b11 (diff)
downloadbusybox-2276d836398564a90f5ff237e63ca3104ae509f0.tar.gz
Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
Diffstat (limited to 'archival/libunarchive/seek_sub_file.c')
-rw-r--r--archival/libunarchive/seek_sub_file.c3
1 files changed, 2 insertions, 1 deletions
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
+}
+