This change fixes a compile error on MSVC
This commit is contained in:
parent
5179ed926b
commit
44ced95e66
|
@ -191,7 +191,7 @@ void usage()
|
|||
}
|
||||
|
||||
|
||||
static KEYWORD empty_keywords[] = {};
|
||||
static KEYWORD empty_keywords[1] = {};
|
||||
|
||||
|
||||
ELEM* Scan( DSNLEXER* lex )
|
||||
|
|
Loading…
Reference in New Issue