| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eb45e03 commit 1d898e2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -257,7 +257,7 @@ DBCursor *DBConnection_MYSQL::sqlQuery(char *p_query, DBString *p_arguments, int | |||
| 257 | 257 | if (t_cursor != NULL) | |
| 258 | 258 | { | |
| 259 | 259 | if (t_success) | |
| 260 | - addCursor(t_cursor) | ||
| 260 | + addCursor(t_cursor); | ||
| 261 | 261 | else | |
| 262 | 262 | { | |
| 263 | 263 | delete t_cursor; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments