Fix missing return value.

This commit is contained in:
Bill Hoffman 2009-11-12 10:52:32 -05:00
parent bd60a2469a
commit dc5d1edcfd
1 changed files with 1 additions and 0 deletions

View File

@ -2000,6 +2000,7 @@ int copy_data(struct archive *ar, struct archive *aw)
return (r);
}
}
return r;
}
bool extract_tar(const char* outFileName, bool verbose,