diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:57:30 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:57:30 +0000 |
commit | 019aec0a6c2a496bdbe3beb9cfaac8f862afd117 (patch) | |
tree | 3c0dc08a6a9149a5c4502b7e17d37de3a7df9049 /ext/pdo_sqlite/sqlite/src | |
parent | bb3801714270de37f05383214aadfb09006113ea (diff) | |
download | php-git-019aec0a6c2a496bdbe3beb9cfaac8f862afd117.tar.gz |
touch
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/parse.c b/ext/pdo_sqlite/sqlite/src/parse.c index 11acdde36c..1e382b4280 100644 --- a/ext/pdo_sqlite/sqlite/src/parse.c +++ b/ext/pdo_sqlite/sqlite/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. */ |