aboutsummaryrefslogtreecommitdiff
path: root/src/fault.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-05-15 19:43:52 +0000
committerdrh <drh@noemail.net>2008-05-15 19:43:52 +0000
commit6c3af6e3839c886233fcdee05b22b1a7ae89f640 (patch)
treedb190b102551aa65fc4b74c5de5261e3621761a1 /src/fault.c
parent59a93791cedbc627d11148cf314603b21ad9ef0e (diff)
downloadsqlite-6c3af6e3839c886233fcdee05b22b1a7ae89f640.tar.gz
sqlite-6c3af6e3839c886233fcdee05b22b1a7ae89f640.zip
Add version tag comments to source files that lack them.
Tickets #3118 and #3119. (CVS 5136) FossilOrigin-Name: cf1fb2d850c3eebc2f92159a156695b61f023202
Diffstat (limited to 'src/fault.c')
-rw-r--r--src/fault.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fault.c b/src/fault.c
index cded2351d..f96a3fe85 100644
--- a/src/fault.c
+++ b/src/fault.c
@@ -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"