1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a harmless compiler warning in the randomjson.c extension.

FossilOrigin-Name: a4c93512345f498e3e9aa1673c368bb9b0939b21bd492411b7eff581cd9a709a
This commit is contained in:
drh
2024-03-20 11:25:33 +00:00
parent 27039a32d5
commit c5c26d7f59
3 changed files with 8 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ static unsigned int prngInt(Prng *p){
}
static const char *azJsonAtoms[] = {
/* JSON /* JSON-5 */
/* JSON JSON-5 */
"0", "0",
"1", "1",
"-1", "-1",