commit | 2276d836398564a90f5ff237e63ca3104ae509f0 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Jul 11 11:11:56 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Jul 11 11:11:56 2002 +0000 |
tree | b516e1554a434ba539ed5318c0b3736940c1dd99 | |
parent | cafc10323099befd1e45bb1d212a511dcbb92b11 [diff] [blame] |
Fixup warnings and undefined operations that show up in gcc-3.1 -Erik
diff --git a/archival/libunarchive/get_header_cpio.c b/archival/libunarchive/get_header_cpio.c index a2136e4..cd48601 100644 --- a/archival/libunarchive/get_header_cpio.c +++ b/archival/libunarchive/get_header_cpio.c
@@ -133,4 +133,5 @@ } } return(cpio_entry); -} \ No newline at end of file +} +