From 8f6a90297a9d10f2109fb4fb834fd0bb4c915eb1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 14:34:00 +0000 Subject: [PATCH] MFB51: Fixed bug #34899 (Fixed sqlite extension compile failure). --- ext/sqlite/libsqlite/src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sqlite/libsqlite/src/parse.c b/ext/sqlite/libsqlite/src/parse.c index 463536915c..1c5264ca66 100644 --- a/ext/sqlite/libsqlite/src/parse.c +++ b/ext/sqlite/libsqlite/src/parse.c @@ -1,5 +1,5 @@ /* Driver template for the LEMON parser generator. -** The author disclaims copyright to this source code. +** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration ** in the input file. */ -- 2.50.1