1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: fixed wrong indent for clarity

This commit is contained in:
Kenichi Ishigaki 2009-07-17 03:18:49 +00:00
parent 57645943ee
commit aa66666a9d

View file

@ -614,9 +614,9 @@ sqlite_st_finish3 (SV *sth, imp_sth_t *imp_sth, int is_destroy)
if (!DBIc_ACTIVE(imp_dbh)) /* no longer connected */
return 1;
if (is_destroy) {
return TRUE;
}
if (is_destroy) {
return TRUE;
}
if ((imp_sth->retval = sqlite3_reset(imp_sth->stmt)) != SQLITE_OK) {
char *errmsg = (char*)sqlite3_errmsg(imp_dbh->db);