aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2020-03-12 17:54:39 +0000
committerdrh <drh@noemail.net>2020-03-12 17:54:39 +0000
commitba25c7e29f4583cf1dc3cf777b5b3e30aadf74b8 (patch)
tree9ce09574aaefd2fda6f4266ceca9227fa9e3b1a0 /src
parent576d0a9fd9d43d602d9d9a57ade48a5187f4d96c (diff)
downloadsqlite-ba25c7e29f4583cf1dc3cf777b5b3e30aadf74b8.tar.gz
sqlite-ba25c7e29f4583cf1dc3cf777b5b3e30aadf74b8.zip
Remove stray comment characters at the end of an #ifdef that were
accidently left in the previous check-in. FossilOrigin-Name: ea914bec81c49625072fc9d23faa048300f3a0421e069d303b7203edcdfb3743
Diffstat (limited to 'src')
-rw-r--r--src/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/where.c b/src/where.c
index a59607b7a..5cf59992e 100644
--- a/src/where.c
+++ b/src/where.c
@@ -5122,7 +5122,7 @@ WhereInfo *sqlite3WhereBegin(
sqlite3VdbeChangeP4(v, -1, SQLITE_INT_TO_PTR(n), P4_INT32);
assert( n<=pTab->nCol );
}
-#ifdef SQLITE_ENABLE_CURSOR_HINTS*/
+#ifdef SQLITE_ENABLE_CURSOR_HINTS
if( pLoop->u.btree.pIndex!=0 ){
sqlite3VdbeChangeP5(v, OPFLAG_SEEKEQ|bFordelete);
}else