1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Fix a formatting typo in a comment. No changes to code.

FossilOrigin-Name: 7a97226ffe174349e7113340f5354c4e44bd9738
This commit is contained in:
drh
2013-04-26 19:33:34 +00:00
parent 8e4714b303
commit a13090fee9
3 changed files with 9 additions and 9 deletions

View File

@@ -1589,7 +1589,7 @@ struct sqlite3_mem_methods {
** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
** global [error log].
** [^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
** function with a call signature of void(*)(void*,int,const char*),
** and a pointer to void. ^If the function pointer is not NULL, it is
** invoked by [sqlite3_log()] to process each logging event. ^If the