Remove extra backslash from EOL

This commit is contained in:
Pasi Kallinen
2023-02-21 17:34:06 +02:00
parent 08ced2a58b
commit 1efdbacd48

View File

@@ -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. */