diff options
author | shane <shane@noemail.net> | 2009-09-07 04:38:36 +0000 |
---|---|---|
committer | shane <shane@noemail.net> | 2009-09-07 04:38:36 +0000 |
commit | cea72b2dc2f4fc9b3ebba2649da210a272536201 (patch) | |
tree | f77dc5dd166d76b72cfddf4d033691aa4545cff7 /src/callback.c | |
parent | e025d1d7e51f20eca45730c0a54066eaa3336b15 (diff) | |
download | sqlite-cea72b2dc2f4fc9b3ebba2649da210a272536201.tar.gz sqlite-cea72b2dc2f4fc9b3ebba2649da210a272536201.zip |
Warning cleanup from the MSVC compile.
FossilOrigin-Name: 26cd015c0ee1c18dd37f11b47ce35cfa320b3514
Diffstat (limited to 'src/callback.c')
-rw-r--r-- | src/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callback.c b/src/callback.c index 0d4f9dd15..492e4206f 100644 --- a/src/callback.c +++ b/src/callback.c @@ -83,7 +83,7 @@ static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ */ CollSeq *sqlite3GetCollSeq( sqlite3* db, /* The database connection */ - int enc, /* The desired encoding for the collating sequence */ + u8 enc, /* The desired encoding for the collating sequence */ CollSeq *pColl, /* Collating sequence with native encoding, or NULL */ const char *zName /* Collating sequence name */ ){ |