diff options
author | bjarni <bjarni@openttd.org> | 2006-02-27 19:49:53 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-02-27 19:49:53 +0000 |
commit | 301f91c71c7daa97c027c35739ba1738900cff89 (patch) | |
tree | db7155562368805db89e64c1629da5f8be8c38ef /os/macosx/G5_detector.c | |
parent | b32bd1059057abfbf5dc01dbfb624e20675246d3 (diff) | |
download | openttd-301f91c71c7daa97c027c35739ba1738900cff89.tar.xz |
(svn r3682) -Fix: didn't write $ correct in G5_detector in r3673, which caused problems for tortoisesvn
Diffstat (limited to 'os/macosx/G5_detector.c')
-rw-r--r-- | os/macosx/G5_detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/G5_detector.c b/os/macosx/G5_detector.c index a67cbb51f..b4831c772 100644 --- a/os/macosx/G5_detector.c +++ b/os/macosx/G5_detector.c @@ -1,4 +1,4 @@ -/* $Id:$ */ +/* $Id$ */ #include <mach/mach.h> #include <mach/mach_host.h> |