Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1d898e2

Browse files
committed
[[ Bug 20570 ]] Fix compiler error
1 parent eb45e03 commit 1d898e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revdb/src/mysql_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ DBCursor *DBConnection_MYSQL::sqlQuery(char *p_query, DBString *p_arguments, int
257257
if (t_cursor != NULL)
258258
{
259259
if (t_success)
260-
addCursor(t_cursor)
260+
addCursor(t_cursor);
261261
else
262262
{
263263
delete t_cursor;

0 commit comments

Comments
 (0)