From 357ddeb8afd82d69ef871c146f4fc8f2c67fb17e Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 13 Jan 2021 19:30:17 +0200 Subject: Conversion Qt3->TQt Signed-off-by: Mavridis Philippe --- src/sqlite/func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sqlite') diff --git a/src/sqlite/func.c b/src/sqlite/func.c index 6b05335..ae0fb8a 100644 --- a/src/sqlite/func.c +++ b/src/sqlite/func.c @@ -539,7 +539,7 @@ static void versionFunc( ** change. This function may disappear. Do not write code that depends ** on this function. ** -** Implementation of the QUOTE() function. This function takes a single +** Implementation of the TQUOTE() function. This function takes a single ** argument. If the argument is numeric, the return value is the same as ** the argument. If the argument is NULL, the return value is the string ** "NULL". Otherwise, the argument is enclosed in single quotes with -- cgit v1.2.1