Fix test GCC warning, bug794.

This commit is contained in:
Wilson Snyder 2014-06-26 21:45:14 -04:00
parent 894ff73c7d
commit 58ee803cb4

View File

@ -152,7 +152,7 @@ struct params {
unsigned int size;
unsigned int direction;
unsigned int scalar;
unsigned int type;
int type;
} attributes, children;
} values[] = {
{"onebit", {1, vpiNoDirection, 1, vpiReg}, {0, 0, 0, 0}},