aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 7fd9b56..21671db 100644
--- a/src/map.c
+++ b/src/map.c
@@ -179,7 +179,7 @@ int map_walk(char *word, int silent, int maponly)
*buf = *word;
if (!maponly) {
if (*lookup_alias(buf))
- parse_instruction(buf, 1, 0, 0); // we want to execute aliases n,e,s,w,u,d
+ parse_instruction(buf, 1, 0, 0); /* we want to execute aliases n,e,s,w,u,d */
else tcp_write(tcp_fd, buf);
}
if (is_main || maponly)