]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
The other part of r2794.
authorTim Kientzle <kientzle@gmail.com>
Sat, 20 Nov 2010 23:56:41 +0000 (18:56 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sat, 20 Nov 2010 23:56:41 +0000 (18:56 -0500)
SVN-Revision: 2795

libarchive/archive_read_support_format_tar.c

index d4f166d19c265d59971290e38c762485dc307375..83fcc4b4d0cbb83f5aed9679e9c0d64338d88771 100644 (file)
@@ -377,7 +377,7 @@ archive_read_format_tar_bid(struct archive_read *a)
  * how much unconsumed data we have floating around, and to consume
  * anything outstanding since we're going to do read_aheads
  */
-static inline void 
+static void 
 tar_flush_unconsumed(struct archive_read *a, size_t *unconsumed)
 {
        if (*unconsumed) {