Skip to content

Commit

Permalink
remove meaningless \
Browse files Browse the repository at this point in the history
  • Loading branch information
wx257osn2 authored Jan 10, 2024
1 parent eac3b33 commit 8f1cc3b
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 8f1cc3b

Please sign in to comment.