summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-05 17:47:10 +0000
committercelestar <celestar@openttd.org>2005-07-05 17:47:10 +0000
commitb29556e6b5c78b3700da1902ef8c8151bcf9fb41 (patch)
treedd22ea9e8f91f18c49976cb26893ccecf8479174 /newgrf.c
parent7b39e32c934abad1cc8f6fb6f6156f8233b1cafc (diff)
downloadopenttd-b29556e6b5c78b3700da1902ef8c8151bcf9fb41.tar.xz
(svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 98a44e349..534240838 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -1813,7 +1813,7 @@ static void GRFInfo(byte *buf, int len)
_cur_grffile->grfid = grfid;
_cur_grffile->flags |= 0x0001; /* set active flag */
- DEBUG(grf, 1) ("[%s] Loaded GRFv%d set %08lx - %s:\n%s\n",
+ DEBUG(grf, 1) ("[%s] Loaded GRFv%d set %08lx - %s:\n%s",
_cur_grffile->filename, version, grfid, name, info);
}