diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-11 11:11:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-11 11:11:56 +0000 |
commit | 2276d836398564a90f5ff237e63ca3104ae509f0 (patch) | |
tree | b516e1554a434ba539ed5318c0b3736940c1dd99 /archival/libunarchive/get_header_ar.c | |
parent | cafc10323099befd1e45bb1d212a511dcbb92b11 (diff) |
Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
Diffstat (limited to 'archival/libunarchive/get_header_ar.c')
-rw-r--r-- | archival/libunarchive/get_header_ar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_ar.c b/archival/libunarchive/get_header_ar.c index d2840e0e3..1618b767f 100644 --- a/archival/libunarchive/get_header_ar.c +++ b/archival/libunarchive/get_header_ar.c @@ -103,4 +103,5 @@ file_header_t *get_header_ar(FILE *src_stream) typed->gid = atoi(ar.formated.gid); return(typed); -}
\ No newline at end of file +} + |