mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 03:21:20 +02:00
Lookup() constify call-site
plow/PlowCmd.c: Lookup() constify call-site plot/plotVers.c: Lookup() constify call-site plot/plotMain.c: Lookup() constify call-site plot/plotCmd.c: Lookup() constify call-site netmenu/NMnetlist.c: Lookup() constify call-site netmenu/NMcmdLZ.c: Lookup() constify call-site netmenu/NMcmdAK.c: Lookup() constify call-site lef/lefTech.c: Lookup() constify call-site lef/lefCmd.c: Lookup() constify call-site irouter/irRoute.c: Lookup() constify call-site irouter/irCommand.c: Lookup() constify call-site router/rtrCmd.c: Lookup() constify call-site resis/ResRex.c: Lookup() constify call-site gcr/gcrShwFlgs.c: Lookup() constify call-site windows/windCmdSZ.c: Lookup() constify call-site
This commit is contained in:
committed by
Tim Edwards
parent
c2d533af3b
commit
3dbcb0759e
+1
-1
@@ -1442,7 +1442,7 @@ irLayersCmd(w, cmd)
|
||||
*/
|
||||
|
||||
/* Route options Table */
|
||||
static char* rOptions[] = {
|
||||
static const char* const rOptions[] = {
|
||||
"-dbox", /* 0 */
|
||||
"-dlabel", /* 1 */
|
||||
"-dlayers", /* 2 */
|
||||
|
||||
Reference in New Issue
Block a user