diff options
author | drh <drh@noemail.net> | 2013-04-26 19:33:34 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2013-04-26 19:33:34 +0000 |
commit | a13090fee950b1b34abdb532b18315b30758abe1 (patch) | |
tree | c4782d9aa9749dfec2d582faf5e9d55fac360b99 /src | |
parent | 8e4714b3033abfe8e48ffac1845166de42d4ddc3 (diff) | |
download | sqlite-a13090fee950b1b34abdb532b18315b30758abe1.tar.gz sqlite-a13090fee950b1b34abdb532b18315b30758abe1.zip |
Fix a formatting typo in a comment. No changes to code.
FossilOrigin-Name: 7a97226ffe174349e7113340f5354c4e44bd9738
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index dd5f4d9ba..5eb74a875 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -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 |