mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
Merge pull request #380 from Blue-Shadow/master
dumpmapthings CCMD: Missing line break after "none".
This commit is contained in:
commit
b1b8f3a5f9
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ CCMD (dumpmapthings)
|
|||
}
|
||||
else
|
||||
{
|
||||
Printf("%6d none", infos[i]->Key);
|
||||
Printf("%6d none\n", infos[i]->Key);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue