correction to Specifier codegen

This commit is contained in:
2024-12-15 10:34:47 -05:00
parent e9752cb906
commit 70872c29d1
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ enum Specifier : u32
inline Str spec_to_str( Specifier type )
{
local_persist Str lookup[26] = {
local_persist Str lookup[] = {
{ "INVALID", sizeof( "INVALID" ) - 1 },
{ "consteval", sizeof( "consteval" ) - 1 },
{ "constexpr", sizeof( "constexpr" ) - 1 },