reindentation
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@80 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
1adf4dbb69
commit
4aed9485f4
|
@ -1168,7 +1168,8 @@ purge_stale_locks (void)
|
|||
|
||||
clear ();
|
||||
drawbanner (1, 1);
|
||||
mvaddstr (3, 1, "There is a stale Nethack process, attempting to recover...");
|
||||
mvaddstr (3, 1,
|
||||
"There is a stale Nethack process, attempting to recover...");
|
||||
refresh ();
|
||||
|
||||
pid = atoi (buf);
|
||||
|
|
Loading…
Reference in New Issue