From: Matthew Fernandez Date: Sat, 8 Oct 2022 22:27:42 +0000 (-0700) Subject: common: mark 'Arrownames' const X-Git-Tag: 7.0.0~15^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ef162e3d0453cab94a90a132d1173fc0e522570;p=graphviz common: mark 'Arrownames' const --- diff --git a/lib/common/arrows.c b/lib/common/arrows.c index d8f5643d5..831f5f360 100644 --- a/lib/common/arrows.c +++ b/lib/common/arrows.c @@ -80,7 +80,7 @@ static const arrowname_t Arrowmods[] = { {0} }; -static arrowname_t Arrownames[] = { +static const arrowname_t Arrownames[] = { {"normal", ARR_TYPE_NORM}, {"crow", ARR_TYPE_CROW}, {"tee", ARR_TYPE_TEE},