Remove unneeded semicolons from the core library

This commit is contained in:
gingerBill
2021-08-31 22:32:53 +01:00
parent 2db6fea665
commit f57201bbd1
19 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ inflate_raw :: proc(z: ^$C, expected_output_size := -1, allocator := context.all
*/
reserve(&z.output.buf, expected_output_size)
resize (&z.output.buf, expected_output_size)
};
}
if len(z.output.buf) != expected_output_size {
return .Resize_Failed