From 30d8dc5eeb1831254ae8664ae872a9506614695e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 9 Jun 2006 16:16:34 +0000 Subject: Make sure that all source files expand $Id$... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5190 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_encoding_latin1.cxx | 4 ++-- src/fl_encoding_mac_roman.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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$". // -- cgit v1.2.3