]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_te.c
*: generously apply const
[mirror_frr.git] / ospfd / ospf_te.c
index e68363663949b8d7c34965fcd2afc11b59d629cf..8da99843e6ce280f545679efb4f2d41b2080788e 100644 (file)
@@ -69,7 +69,7 @@
  */
 struct ospf_mpls_te OspfMplsTE;
 
-const char *mode2text[] = {"Off", "AS", "Area"};
+static const char *const mode2text[] = {"Off", "AS", "Area"};
 
 /*------------------------------------------------------------------------*
  * Followings are initialize/terminate functions for MPLS-TE handling.