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 | a21d7523d25a82815ba8f18e344bac68dbd4166e (patch) | |
tree | db7155562368805db89e64c1629da5f8be8c38ef /os/macosx | |
parent | 23b13d3f421d5013e2a3219ba6fa0fae9b5337d6 (diff) | |
download | openttd-a21d7523d25a82815ba8f18e344bac68dbd4166e.tar.xz |
(svn r3682) -Fix: didn't write $ correct in G5_detector in r3673, which caused problems for tortoisesvn
Diffstat (limited to 'os/macosx')
-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> |