From 31685abf926fd371505016feab53e372c3fc3118 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 8 Oct 2022 15:27:00 -0700 Subject: [PATCH] common: mark 'Arrowmods' const --- lib/common/arrows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/arrows.c b/lib/common/arrows.c index 21f8c2d9d..d0d061e4b 100644 --- a/lib/common/arrows.c +++ b/lib/common/arrows.c @@ -70,7 +70,7 @@ static const arrowname_t Arrowsynonyms[] = { {0} }; -static arrowname_t Arrowmods[] = { +static const arrowname_t Arrowmods[] = { {"o", ARR_MOD_OPEN}, {"r", ARR_MOD_RIGHT}, {"l", ARR_MOD_LEFT}, -- 2.40.0