1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a bad comment (copy-paste error) in the byte code engine. No code changes.

FossilOrigin-Name: 1c01745734c7b62a8c792f743aae08dfbb9e047dc92fef8da067fec152b20fd5
This commit is contained in:
drh
2021-03-09 20:58:21 +00:00
parent 45e4cb8e77
commit 0db20c490a
3 changed files with 8 additions and 8 deletions

View File

@@ -1461,7 +1461,7 @@ case OP_ChngCntRow: {
if( (rc = sqlite3VdbeCheckFk(p,0))!=SQLITE_OK ){
goto abort_due_to_error;
}
/* Fall through to the next case, OP_String */
/* Fall through to the next case, OP_ResultRow */
/* no break */ deliberate_fall_through
}