From 53eac32e70f7b97af359520de292489b69a4402f Mon Sep 17 00:00:00 2001 From: Marcel Nowicki Date: Mon, 7 Feb 2022 21:52:48 +0100 Subject: [PATCH] Tarstats-pp-1 Prototyping: Parse all items of a tarball - no loop yet. jumped to second item and parsed it's header. #2 --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index f2f5f4f..fd07d79 100644 --- a/main.cpp +++ b/main.cpp @@ -115,6 +115,5 @@ int main(int argc, char** argv) { std::cout << itemname2 << std::endl; std::cout << itemtype2 << std::endl; - return 0; }