(svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements

This commit is contained in:
celestar
2005-07-05 17:47:10 +00:00
parent 7b39e32c93
commit b29556e6b5
4 changed files with 9 additions and 9 deletions

View File

@@ -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);
}