diff --git a/src/tui/editor.zig b/src/tui/editor.zig index 12b0af2..8c562b1 100644 --- a/src/tui/editor.zig +++ b/src/tui/editor.zig @@ -615,7 +615,7 @@ pub const Editor = struct { } if (self.buffer) |buffer| if (buffer.get_meta()) |meta| { - const frame_ = tracy.initZone(@src(), .{ .name = extract_state }); + const frame_ = tracy.initZone(@src(), .{ .name = "extract_state" }); defer frame_.deinit(); try self.extract_state(meta, .none); };