mirror of https://github.com/google/snappy.git
Fix accidental double std:: qualifiers.
PiperOrigin-RevId: 309136120
This commit is contained in:
parent
63620c06d2
commit
e6506681fa
|
@ -151,7 +151,7 @@ namespace file {
|
|||
|
||||
int ret = std::fwrite(str.data(), str.size(), 1, fp);
|
||||
if (ret != 1) {
|
||||
std::std::perror("fwrite");
|
||||
std::perror("fwrite");
|
||||
std::exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue