summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-01-14 12:47:04 +0000
committerWez Furlong <wez@php.net>2004-01-14 12:47:04 +0000
commit39ac35b0832f9df34c9631d34da8cfbe33886afd (patch)
tree9b76be16572f05a2d33f4008b7d381efeb702c52
parentc69945961fb18c9270b5e1665f6664ba5ab1c6ed (diff)
downloadphp-git-39ac35b0832f9df34c9631d34da8cfbe33886afd.tar.gz
touch
-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 7c193ccc76..5dd5c59c9a 100644
--- a/ext/sqlite/libsqlite/src/parse.c
+++ b/ext/sqlite/libsqlite/src/parse.c
@@ -1,6 +1,6 @@
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
-*/
+*/
/* First off, code is include which follows the "include" declaration
** in the input file. */
#include <stdio.h>