summaryrefslogtreecommitdiffstats
path: root/twrpTar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpTar.cpp')
-rw-r--r--twrpTar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpTar.cpp b/twrpTar.cpp
index 59d75d0a2..5964f2f88 100644
--- a/twrpTar.cpp
+++ b/twrpTar.cpp
@@ -1297,7 +1297,7 @@ int twrpTar::entryExists(string entry) {
unsigned long long twrpTar::uncompressedSize() {
int type = 0;
- unsigned long long total_size = 0;
+ unsigned long long total_size = 0;
string Tar, Command, result;
vector<string> split;