const correctness (fixes warning)

This commit is contained in:
Nyall Dawson
2020-08-23 07:47:04 +10:00
parent 7ed9df0526
commit 88e2ffa34a
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ int yyparse ();
static MdbSargNode * mdb_sql_alloc_node(void);
void
mdb_sql_error(MdbSQL* sql, char *fmt, ...)
mdb_sql_error(MdbSQL* sql, const char* fmt, ...)
{
va_list ap;