Skip to content

Commit

Permalink
Fix small typo in qoibench.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AmCh-Q authored Aug 2, 2022
1 parent b6bf448 commit 370be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qoibench.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ benchmark_result_t benchmark_image(const char *path) {
}, &encoded_qoi_size);

if (!pixels || !encoded_qoi || !encoded_png) {
ERROR("Error decoding %s", path);
ERROR("Error encoding %s", path);
}

// Verify QOI Output
Expand Down

0 comments on commit 370be5c

Please sign in to comment.