update LF_STRUCT2 printer

This commit is contained in:
Nikita Smith
2025-01-21 11:29:12 -08:00
parent c6d28b97b7
commit aa4ec903a6
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ cv_string_from_frame_proc_flags(Arena *arena, CV_FrameprocFlags x)
}
internal String8
cv_string_from_type_props(Arena *arena, CV_TypeProps x)
cv_string_from_type_props(Arena *arena, CV_TypeProps32 x)
{
Temp scratch = scratch_begin(&arena, 1);