Skip to content

Commit

Permalink
Merge pull request #17 from wx257osn2/remove-typo
Browse files Browse the repository at this point in the history
remove meaningless \
  • Loading branch information
wx257osn2 authored Jan 10, 2024
2 parents eac3b33 + 8f1cc3b commit f9c9227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qoixx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ class qoi{
/*diff*/
QOIXX_HPP_WITH_TABLES(
static constexpr auto table = create_diff_table();
const auto drgb = table[b1];\
const auto drgb = table[b1];
px.r += drgb[0];
px.g += drgb[1];
px.b += drgb[2];
Expand Down

0 comments on commit f9c9227

Please sign in to comment.