summaryrefslogtreecommitdiff
path: root/src/xutf8
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-05 15:08:21 +0000
committerManolo Gouy <Manolo>2016-04-05 15:08:21 +0000
commit6f3825483fd6d61587032d72982786806452f704 (patch)
treea0f0cc2418f2f9e28f67fbe290da68a108ec0e81 /src/xutf8
parent7c3f3cef393b1b5eb25b09051035b0bbfb9418b8 (diff)
Set correct svn properties.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11531 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/xutf8')
-rw-r--r--src/xutf8/ucs2fontmap.c2
-rw-r--r--src/xutf8/utf8Input.c2
-rw-r--r--src/xutf8/utf8Utils.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/xutf8/ucs2fontmap.c b/src/xutf8/ucs2fontmap.c
index 8446b08a8..2cbfd3983 100644
--- a/src/xutf8/ucs2fontmap.c
+++ b/src/xutf8/ucs2fontmap.c
@@ -1,4 +1,4 @@
-/* "$Id: $"
+/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
diff --git a/src/xutf8/utf8Input.c b/src/xutf8/utf8Input.c
index baf2432a1..e962969c7 100644
--- a/src/xutf8/utf8Input.c
+++ b/src/xutf8/utf8Input.c
@@ -1,4 +1,4 @@
-/* "$Id: $"
+/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
diff --git a/src/xutf8/utf8Utils.c b/src/xutf8/utf8Utils.c
index 83c233c38..ae3224dce 100644
--- a/src/xutf8/utf8Utils.c
+++ b/src/xutf8/utf8Utils.c
@@ -1,4 +1,4 @@
-/* "$Id: $"
+/* "$Id$"
*
* Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D.
@@ -227,5 +227,5 @@ XFastConvertUtf8ToUcs(const unsigned char *buf,
#endif /* X11 only */
/*
- * End of "$Id: $".
+ * End of "$Id$".
*/