summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2017-03-12 15:12:35 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2017-03-12 15:12:35 +0000
commit3311119335076142f4c1bf317294e1e1ff17d47f (patch)
treedfb2954768f67b4bbea04b76b22cb917b0485639 /test
parenta1d555bd8014679843e6f9c53f33d301b49326b8 (diff)
Fix svn attributes of *.c, *.cxx, *.cmake and others.
- set svn:keywords Id - set svn:eol-style native git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12193 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/cairo_test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index 293dfacb9..62c4b0db7 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: arc.cxx 5115 2006-05-12 16:00:00Z fabien $"
+// "$Id$"
//
// Arc drawing test program for the Fast Light Tool Kit (FLTK).
//
@@ -157,5 +157,5 @@ int main(int argc, char** argv) {
#endif
//
-// End of "$Id: arc.cxx 5115 2006-05-12 16:00:00Z fabien $".
+// End of "$Id$".
//