diff options
Diffstat (limited to 'src/string_utils.hh')
| -rw-r--r-- | src/string_utils.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_utils.hh b/src/string_utils.hh index 9c31d767..52dd719c 100644 --- a/src/string_utils.hh +++ b/src/string_utils.hh @@ -147,7 +147,7 @@ enum class Quoting constexpr auto enum_desc(Meta::Type<Quoting>) { - return make_array<EnumDesc<Quoting>, 3>({ + return make_array<EnumDesc<Quoting>>({ { Quoting::Raw, "raw" }, { Quoting::Kakoune, "kakoune" }, { Quoting::Shell, "shell" } |
