From d35449bbfb0c4feac3057c9aa3583f2bfc92782a Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 9 Feb 2007 03:17:47 +0000 Subject: Upgraded SQLite 3 to version 3.3.12 --- ext/pdo_sqlite/sqlite/src/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_sqlite/sqlite/src/random.c') diff --git a/ext/pdo_sqlite/sqlite/src/random.c b/ext/pdo_sqlite/sqlite/src/random.c index 51d5d72e77..5adc84aaf4 100644 --- a/ext/pdo_sqlite/sqlite/src/random.c +++ b/ext/pdo_sqlite/sqlite/src/random.c @@ -37,7 +37,7 @@ ** (Later): Actually, OP_NewRowid does not depend on a good source of ** randomness any more. But we will leave this code in all the same. */ -static int randomByte(){ +static int randomByte(void){ unsigned char t; /* All threads share a single random number generator. -- cgit v1.2.1