mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Merge pull request #290 from crowell/patch-1
s/Error of success/Error or success/
This commit is contained in:
commit
f39bc2cf83
@ -209,7 +209,7 @@ void Decompresss(FILE* fin, FILE* fout) {
|
||||
available_out = kFileBufferSize;
|
||||
next_out = output;
|
||||
} else {
|
||||
break; /* Error of success. */
|
||||
break; /* Error or success. */
|
||||
}
|
||||
result = BrotliDecompressStream(&available_in, &next_in,
|
||||
&available_out, &next_out, &total_out, &s);
|
||||
|
Loading…
Reference in New Issue
Block a user