aboutsummaryrefslogtreecommitdiff
path: root/src/complete.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2015-04-16 03:24:38 +0000
committermistachkin <mistachkin@noemail.net>2015-04-16 03:24:38 +0000
commitfb383e9229461dd883852418b6489c091cdce3cd (patch)
treee4ff7f3e1f80bbdaf23ead55a502796f58881aaa /src/complete.c
parent00eb70d89c427a6d0e86788346c8ddd6f93d6ec5 (diff)
parent22ecef5c20e007ae5121d9febb3bb3d7f56097b0 (diff)
downloadsqlite-fb383e9229461dd883852418b6489c091cdce3cd.tar.gz
sqlite-fb383e9229461dd883852418b6489c091cdce3cd.zip
Merge updates from trunk. Make OSTRACE changes work on Linux.
FossilOrigin-Name: cd1542664eb3eb46d486664ded49cd9c4bef3948
Diffstat (limited to 'src/complete.c')
-rw-r--r--src/complete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.c b/src/complete.c
index f7a35cc6f..a12184e64 100644
--- a/src/complete.c
+++ b/src/complete.c
@@ -269,7 +269,7 @@ int sqlite3_complete(const char *zSql){
int sqlite3_complete16(const void *zSql){
sqlite3_value *pVal;
char const *zSql8;
- int rc = SQLITE_NOMEM;
+ int rc;
#ifndef SQLITE_OMIT_AUTOINIT
rc = sqlite3_initialize();