--- embedaddon/php/ext/sqlite/libsqlite/src/pager.c 2012/02/21 23:48:02 1.1 +++ embedaddon/php/ext/sqlite/libsqlite/src/pager.c 2012/02/21 23:48:02 1.1.1.1 @@ -18,7 +18,7 @@ ** file simultaneously, or one process from reading the database while ** another is writing. ** -** @(#) $Id: pager.c,v 1.1 2012/02/21 23:48:02 misho Exp $ +** @(#) $Id: pager.c,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ #include "os.h" /* Must be first to enable large file support */ #include "sqliteInt.h"