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
commit53e58e8bdb523b8223c5248f5b51582d188b2698 (patch)
treedd22ea9e8f91f18c49976cb26893ccecf8479174 /newgrf.c
parentd6b487b66541925014afcba28d82e17939cfc83c (diff)
downloadopenttd-53e58e8bdb523b8223c5248f5b51582d188b2698.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);
}