diff options
author | danielk1977 <danielk1977@noemail.net> | 2008-05-16 04:51:54 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2008-05-16 04:51:54 +0000 |
commit | 822a51628f33d99303d792108b1333430c6147fa (patch) | |
tree | e8cc1cb745c0f61564fafb64d3f9f4a61ebea4e1 /src/test_osinst.c | |
parent | 6c3af6e3839c886233fcdee05b22b1a7ae89f640 (diff) | |
download | sqlite-822a51628f33d99303d792108b1333430c6147fa.tar.gz sqlite-822a51628f33d99303d792108b1333430c6147fa.zip |
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
FossilOrigin-Name: 81a8c70ed7a86abf286706fdbc251f31c9c53382
Diffstat (limited to 'src/test_osinst.c')
-rw-r--r-- | src/test_osinst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_osinst.c b/src/test_osinst.c index 4d6911354..35c26b8b8 100644 --- a/src/test_osinst.c +++ b/src/test_osinst.c @@ -13,6 +13,8 @@ ** This file contains the implementation of an SQLite vfs wrapper that ** adds instrumentation to all vfs and file methods. C and Tcl interfaces ** are provided to control the instrumentation. +** +** $Id: test_osinst.c,v 1.11 2008/05/16 04:51:55 danielk1977 Exp $ */ /* |