summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-05 15:25:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-05 15:26:06 +0200
commit87d4fcd9491d5ed011799443e9fe938acfdf534e (patch)
tree0dd52cac00544a5b2cf2c33420e609d1afd3b7be /src
parent961935a20b9d88dd14318e14931b90c2cdd2205c (diff)
zz
Diffstat (limited to 'src')
-rw-r--r--src/path-search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp
index 59ae8852..26759bd0 100644
--- a/src/path-search.cpp
+++ b/src/path-search.cpp
@@ -62,7 +62,7 @@ constexpr Pair<Vector2i, Vector2i> get_value(Vector2i sz, Vector2ub div, rotatio
default:
fm_abort("wrong 4-way rotation enum '%d'", (int)r);
}
-};
+}
[[maybe_unused]] constexpr bool test_offsets()
{