Fix more warnings as a result of #14

This commit is contained in:
VJ
2019-05-31 21:59:37 -04:00
parent 071e350c43
commit c8fd67bf84
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ struct type_struct {
};
char *
valid_types()
valid_types(void)
{
static char ret[256]; /* be sure to allow for enough space if adding more */
int i = 0;