summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-10-18 14:34:00 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-10-18 14:34:00 +0000
commit8f6a90297a9d10f2109fb4fb834fd0bb4c915eb1 (patch)
tree2f7a64d3c4b1f2fa39f64ceafdfaecebf81233f1 /ext
parent096cb8c2de8236e1995b809f6ce139ee9e26868b (diff)
downloadphp-git-8f6a90297a9d10f2109fb4fb834fd0bb4c915eb1.tar.gz
MFB51: Fixed bug #34899 (Fixed sqlite extension compile failure).
Diffstat (limited to 'ext')
-rw-r--r--ext/sqlite/libsqlite/src/parse.c2
1 files changed, 1 insertions, 1 deletions
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. */