aboutsummaryrefslogtreecommitdiff
path: root/Examples/tcl/value/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl/value/index.html')
-rw-r--r--Examples/tcl/value/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/tcl/value/index.html b/Examples/tcl/value/index.html
index 80c7968be..17a991ecf 100644
--- a/Examples/tcl/value/index.html
+++ b/Examples/tcl/value/index.html
@@ -11,8 +11,6 @@
<H2>Passing and Returning Structures by Value</H2>
-<tt>$Header$</tt><br>
-
<p>
Occasionally, a C program will manipulate structures by value such as shown in the
following code: