diff options
author | dan <dan@noemail.net> | 2014-09-06 16:52:18 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2014-09-06 16:52:18 +0000 |
commit | 3fdf46a16e592de482a81721ff32e85b6d50006a (patch) | |
tree | 2f86622762529bf3123bf0519e7df7343e5be7b6 /src/printf.c | |
parent | 2ee53412888324b00964a8766f4f78ccc80218a9 (diff) | |
parent | 60ec914c74ec79e4b73c004d1c21330be7916c99 (diff) | |
download | sqlite-3fdf46a16e592de482a81721ff32e85b6d50006a.tar.gz sqlite-3fdf46a16e592de482a81721ff32e85b6d50006a.zip |
Merge latest trunk changes with this branch.
FossilOrigin-Name: 9dca7ce55797b3eb617859f6189c1a2ec6f66566
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index 72ace932b..8e71ad8bc 100644 --- a/src/printf.c +++ b/src/printf.c @@ -904,7 +904,7 @@ char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ /* ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting -** the string and before returnning. This routine is intended to be used +** the string and before returning. This routine is intended to be used ** to modify an existing string. For example: ** ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x); |