Add missing closing bracket in ag_db_non_select()

This commit is contained in:
Gergely Polonkai 2014-07-20 23:13:56 +02:00
parent 4d64e707bc
commit 0fc41ba545

View File

@ -43,6 +43,7 @@ ag_db_non_select(AgDb *db, const gchar *sql)
? err->message ? err->message
: "no reason" : "no reason"
); );
}
if ((nrows = gda_connection_statement_execute_non_select( if ((nrows = gda_connection_statement_execute_non_select(
priv->conn, priv->conn,