mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
LookupFull() constify call-site
lef/lefRead.c LookupFull() constify call-site lef/defRead.c LookupFull() constify call-site graphics/grDStyle.c: LookupFull() constify call-site
This commit is contained in:
committed by
Tim Edwards
parent
14b6453707
commit
a3dce62887
+1
-1
@@ -71,7 +71,7 @@ global int **GrStippleTable = NULL;
|
||||
global int grNumStipples = 0;
|
||||
|
||||
/* MUST be the same indices as the constants in graphicsInt.h */
|
||||
char *fillStyles[] = {
|
||||
const char * const fillStyles[] = {
|
||||
"solid",
|
||||
"cross",
|
||||
"outline",
|
||||
|
||||
Reference in New Issue
Block a user