mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Merge pull request #116 from DemiMarie:fix-syntax-error
PiperOrigin-RevId: 428501046 Change-Id: I5114b7f1ab79cc90b0a3ee9a06495a2ee9752955
This commit is contained in:
commit
38eea151a6
|
@ -64,7 +64,7 @@ absl::Status FileDescriptor(ZstdApi& api, std::string infile_s,
|
||||||
return absl::UnavailableError(absl::StrCat("Unable to open ", outfile_s));
|
return absl::UnavailableError(absl::StrCat("Unable to open ", outfile_s));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (absl::GetFlag(FLAGS_memory_mode) {
|
if (absl::GetFlag(FLAGS_memory_mode)) {
|
||||||
if (absl::GetFlag(FLAGS_decompress)) {
|
if (absl::GetFlag(FLAGS_decompress)) {
|
||||||
return DecompressInMemoryFD(api, infd, outfd);
|
return DecompressInMemoryFD(api, infd, outfd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user