diff --git a/src/display.c b/src/display.c index 041aaab37..7537fc573 100644 --- a/src/display.c +++ b/src/display.c @@ -921,7 +921,7 @@ newsym(coordxy x, coordxy y) } else if (glyph_is_invisible(lev->glyph)) { map_invisible(x, y); } else - _map_location(x, y, 1); /* map the location */\ + _map_location(x, y, 1); /* map the location */ } /* Can't see the location. */