From: Matthew Fernandez Date: Sat, 8 Oct 2022 22:27:00 +0000 (-0700) Subject: common: mark 'Arrowmods' const X-Git-Tag: 7.0.0~15^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31685abf926fd371505016feab53e372c3fc3118;p=graphviz common: mark 'Arrowmods' const --- 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},