summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_encoding_latin1.cxx4
-rw-r--r--src/fl_encoding_mac_roman.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/fl_encoding_latin1.cxx b/src/fl_encoding_latin1.cxx
index 5f2aa7af3..49a23affc 100644
--- a/src/fl_encoding_latin1.cxx
+++ b/src/fl_encoding_latin1.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Convert MSWindows-1252 (Latin-1) encoded text to the local encoding.
//
@@ -133,5 +133,5 @@ const char *fl_local_to_latin1(const char *t, int)
#endif
//
-// End of "$Id: $".
+// End of "$Id$".
//
diff --git a/src/fl_encoding_mac_roman.cxx b/src/fl_encoding_mac_roman.cxx
index a19e3eafd..45323d74e 100644
--- a/src/fl_encoding_mac_roman.cxx
+++ b/src/fl_encoding_mac_roman.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Convert Mac Roman encoded text to the local encoding.
//
@@ -130,5 +130,5 @@ const char *fl_mac_roman_to_local(const char *t, int n)
#endif
//
-// End of "$Id: $".
+// End of "$Id$".
//