database: DBTypeLongNameTbl() constify data (const char*)

This commit is contained in:
Darryl L. Miles
2025-10-03 23:42:55 +01:00
parent 4de269763f
commit 673fd4e087
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
/* Types and their names */
int DBNumTypes;
char *DBTypeLongNameTbl[NT];
const char *DBTypeLongNameTbl[NT];
int DBTypePlaneTbl[NT]; /* Normally accessed as macro "DBPlane(x)" */
NameList dbTypeNameLists = {NULL, NULL, NULL, (ClientData)0, FALSE};
HashTable DBTypeAliasTable;