fix folding tag

This commit is contained in:
Jani Taskinen 2008-07-26 22:58:45 +00:00
parent 093b7afd9e
commit 8c7be471fa

View file

@ -742,8 +742,6 @@ static int sqlite3_do_callback(struct php_sqlite3_fci *fc, zval *cb, int argc, s
if (retval) {
zval_ptr_dtor(&retval);
}
/* }}} */
return ret;
}
/* }}}*/