Fix warning in sys_fst.c

This commit is contained in:
Cary R 2026-01-05 19:11:13 -08:00
parent c172a0d3a7
commit 5708010a5c
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ static void scan_item(unsigned depth, vpiHandle item, int skip)
const char *instname;
char *defname = NULL;
/* list of types to iterate upon */
const static int types[] = {
static const int types[] = {
/* Value */
vpiNamedEvent,
vpiNet,