Add missing closing bracket in ag_db_non_select()
This commit is contained in:
parent
4d64e707bc
commit
0fc41ba545
@ -43,6 +43,7 @@ ag_db_non_select(AgDb *db, const gchar *sql)
|
||||
? err->message
|
||||
: "no reason"
|
||||
);
|
||||
}
|
||||
|
||||
if ((nrows = gda_connection_statement_execute_non_select(
|
||||
priv->conn,
|
||||
|
Loading…
Reference in New Issue
Block a user