summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index 6398a9b76..22e9fb8de 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -35,7 +35,6 @@ Command *lookup_cmd(Command * list, char *cmd)
return c;
}
}
- return NULL;
}
/*************************************************************************/