1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Fix typo in comment.

FossilOrigin-Name: 199edb6869977ccd7abf886af5cf9b344c857d1e
This commit is contained in:
mistachkin
2012-01-18 01:09:57 +00:00
parent 33f111dc72
commit 14a55b7122
3 changed files with 9 additions and 9 deletions

View File

@@ -4595,4 +4595,4 @@ void sqlite3ExplainSelect(Vdbe *pVdbe, Select *p){
/* End of the structure debug printing code
*****************************************************************************/
#endif /* defined(SQLITE_TEST) || defined(SQLITE_DEBUG) */
#endif /* defined(SQLITE_ENABLE_TREE_EXPLAIN) */