From 1efdbacd486fa1bed736330599ceeec73337026b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 21 Feb 2023 17:34:06 +0200 Subject: [PATCH] Remove extra backslash from EOL --- src/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */