diff options
author | Wez Furlong <wez@php.net> | 2004-01-14 12:47:04 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-01-14 12:47:04 +0000 |
commit | 39ac35b0832f9df34c9631d34da8cfbe33886afd (patch) | |
tree | 9b76be16572f05a2d33f4008b7d381efeb702c52 | |
parent | c69945961fb18c9270b5e1665f6664ba5ab1c6ed (diff) | |
download | php-git-39ac35b0832f9df34c9631d34da8cfbe33886afd.tar.gz |
touch
-rw-r--r-- | ext/sqlite/libsqlite/src/parse.c | 2 |
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> |