mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
Fix missing return value.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user