1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Add version tag comments to source files that lack them.

Tickets #3118 and #3119. (CVS 5136)

FossilOrigin-Name: cf1fb2d850c3eebc2f92159a156695b61f023202
This commit is contained in:
drh
2008-05-15 19:43:52 +00:00
parent 59a93791ce
commit 6c3af6e383
4 changed files with 13 additions and 9 deletions

View File

@@ -25,6 +25,8 @@
** from production builds. But safety-critical systems who work
** under the motto "fly what you test and test what you fly" may
** choose to leave the fault injector enabled even in production.
**
** $Id: fault.c,v 1.6 2008/05/15 19:43:53 drh Exp $
*/
#include "sqliteInt.h"