Fixup warnings and undefined operations that show up in gcc-3.1
 -Erik
diff --git a/archival/libunarchive/get_header_ar.c b/archival/libunarchive/get_header_ar.c
index d2840e0..1618b76 100644
--- a/archival/libunarchive/get_header_ar.c
+++ b/archival/libunarchive/get_header_ar.c
@@ -103,4 +103,5 @@
 	typed->gid = atoi(ar.formated.gid);
 
 	return(typed);
-}
\ No newline at end of file
+}
+