]> granicus.if.org Git - graphviz/commitdiff
common: mark 'Arrownames' const
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 Oct 2022 22:27:42 +0000 (15:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 12 Oct 2022 14:51:43 +0000 (07:51 -0700)
lib/common/arrows.c

index d8f5643d5d028a7279b02c4dc9a2117d539d1325..831f5f3602001d7f750d1d00a9c897a8ac25c124 100644 (file)
@@ -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},