mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +08:00
Fix more warnings as a result of #14
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user