diff options
| author | Sean Finney <seanius@debian.org> | 2009-09-19 23:00:15 +0200 |
|---|---|---|
| committer | Sean Finney <seanius@debian.org> | 2009-09-19 23:00:15 +0200 |
| commit | 10544de9849f8704aaeb54388e9795f2273202a0 (patch) | |
| tree | bc8df5cffe263633f72ae3119f5127a94e0e323d /ext/sqlite/libsqlite/src/main.c | |
| parent | c785001d106afb1d4eb98c811a1bf2e4e06065bf (diff) | |
| download | php-10544de9849f8704aaeb54388e9795f2273202a0.tar.gz | |
Imported Upstream version 5.2.11.dfsg.1upstream/5.2.11.dfsg.1
Diffstat (limited to 'ext/sqlite/libsqlite/src/main.c')
| -rw-r--r-- | ext/sqlite/libsqlite/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/main.c b/ext/sqlite/libsqlite/src/main.c index e7c6ab685..2af43d834 100644 --- a/ext/sqlite/libsqlite/src/main.c +++ b/ext/sqlite/libsqlite/src/main.c @@ -14,7 +14,7 @@ ** other files are for internal use by SQLite and should not be ** accessed by users of the library. ** -** $Id: main.c,v 1.7.4.1 2005/09/07 15:11:32 iliaa Exp $ +** $Id: main.c 195361 2005-09-07 15:11:33Z iliaa $ */ #include "sqliteInt.h" #include "os.h" |
