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/printf.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/printf.c')
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printf.c b/src/printf.c index cfd300700..333765a53 100644 --- a/src/printf.c +++ b/src/printf.c @@ -5,6 +5,8 @@ ** an historical reference. Most of the "enhancements" have been backed ** out so that the functionality is now the same as standard printf(). ** +** $Id: printf.c,v 1.85 2008/05/16 04:51:55 danielk1977 Exp $ +** ************************************************************************** ** ** The following modules is an enhanced replacement for the "printf" subroutines |