From 93441ad5520eca0227a4c6b57a2bbad90032b63a Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 6 May 2008 22:41:28 +0000 Subject: (svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai. --- src/rev.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rev.cpp.in') diff --git a/src/rev.cpp.in b/src/rev.cpp.in index e8570f746..458f92e86 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -41,5 +41,5 @@ const uint32 _openttd_newgrf_version = 0 << 28 | 7 << 24 | 0 << 20 | 0 << 19 | ( /** * Variable used by MorphOS to show the version. */ -extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]"; +extern const char morphos_versions_tag[] = "$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]"; #endif -- cgit v1.2.3-54-g00ecf