aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index a117053..9cc80ef 100644
--- a/cmd.c
+++ b/cmd.c
@@ -16,7 +16,6 @@ void cmd(char *line) {
/* Environment is just empty for now, I'll figure this out later */
cmd_envp[0] = NULL;
-
/* Read the command as the first token of the line */
cmd = strtok(line, ARG_DELIM);