diff --git a/vpi/sys_fst.c b/vpi/sys_fst.c index fea0f5ef5..9aef37c3d 100644 --- a/vpi/sys_fst.c +++ b/vpi/sys_fst.c @@ -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,