summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/sqlite/func.c')
-rw-r--r--src/3rdparty/sqlite/func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/func.c b/src/3rdparty/sqlite/func.c
index f580a7d45..fe67d1301 100644
--- a/src/3rdparty/sqlite/func.c
+++ b/src/3rdparty/sqlite/func.c
@@ -365,7 +365,7 @@ static void soundexFunc(sqlite_func *context, int argc, const char **argv){
static void randStr(sqlite_func *context, int argc, const char **argv){
static const unsigned char zSrc[] =
"abcdefghijklmnopqrstuvwxyz"
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"0123456789"
".-!,:*^+=_|?/<> ";
int iMin, iMax, n, r, i;