mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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
|
else
|
||||||
{
|
{
|
||||||
Printf("%6d none", infos[i]->Key);
|
Printf("%6d none\n", infos[i]->Key);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue