code sync nitpick

The cvs sources had a single space difference from nh-patches sources.
This commit is contained in:
nethack.rankin
2002-03-02 00:57:52 +00:00
parent 635c3f6240
commit e15c0d801f

View File

@@ -801,7 +801,7 @@ skip:
* program_state.panicking == 1 under those circumstances
*/
if (!program_state.panicking)
newsym(u.ux,u.uy); /* Make sure the hero shows up! */
newsym(u.ux, u.uy); /* Make sure the hero shows up! */
/* Set the new min and max pointers. */
viz_rmin = next_rmin;