Merge pull request #290 from crowell/patch-1

s/Error of success/Error or success/
This commit is contained in:
szabadka 2016-01-11 13:31:16 +01:00
commit f39bc2cf83

View File

@ -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);