mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix a syntax error in the zstd example
It breaks the SAPI_ENABLE_CONTRIB_TESTS build.
This commit is contained in:
parent
d1ed8ac66e
commit
544d438e71
|
@ -64,7 +64,7 @@ absl::Status FileDescriptor(ZstdApi& api, std::string infile_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)) {
|
||||
return DecompressInMemoryFD(api, infd, outfd);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user