summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-09-02 09:12:32 +0000
committerManolo Gouy <Manolo>2014-09-02 09:12:32 +0000
commit535fc7203532dd4d37b3235b5d70a847076071a3 (patch)
tree20cacdb32b13dad7f4834e19e3b457883cbb386b
parent795342693de6e6b587084d3b4a0a0acf9267aa32 (diff)
Fixed header/footer lines
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10262 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--examples/shapedwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/shapedwindow.cxx b/examples/shapedwindow.cxx
index 9426c5d7b..0c489a31e 100644
--- a/examples/shapedwindow.cxx
+++ b/examples/shapedwindow.cxx
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id$"
//
// shapedwindow example source file for the Fast Light Tool Kit (FLTK).
//
@@ -121,5 +121,5 @@ int main(int argc, char **argv) {
}
//
-// End of "$Id".
+// End of "$Id$".
//