commit 318400264718f49d7b20ea385927a7ef1216bb78 from: Omar Polo date: Tue Mar 16 18:18:00 2021 UTC mark line_faces as static commit - cc4953ef55207880f2363213450274581b44b0db commit + 318400264718f49d7b20ea385927a7ef1216bb78 blob - 11f3298f3a040c06a28a87ce6525c473c2676dff blob + 1c4e87da96fbee35ff347ba33fe0c0f290d1dbb8 --- ui.c +++ ui.c @@ -189,7 +189,7 @@ struct lineprefix { [LINE_PRE_END] = { "```", "```" }, }; -struct line_face { +static struct line_face { int prop; } line_faces[] = { [LINE_TEXT] = { 0 },