summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTheo Deraadt <deraadt@openbsd.org>2009-10-26 21:42:04 +0000
committerTheo Deraadt <deraadt@openbsd.org>2009-10-26 21:42:04 +0000
commited62d1263ca180e8b088111bf77b8c7b4b2073de (patch)
tree5fd748fd66f696e05a275d5a4d58486c9d160cfe /cmd.c
parenta8b1379ccbfbe7f1d7732147c4969bb92499555d (diff)
tabs are better; ok nicm
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd.c b/cmd.c
index bf07c3b0..96a06b6c 100644
--- a/cmd.c
+++ b/cmd.c
@@ -179,7 +179,7 @@ struct cmd *
cmd_parse(int argc, char **argv, char **cause)
{
const struct cmd_entry **entryp, *entry;
- struct cmd *cmd;
+ struct cmd *cmd;
char s[BUFSIZ];
int opt, ambiguous = 0;
@@ -842,7 +842,7 @@ cmd_find_pane(struct cmd_ctx *ctx,
/* Get the current session. */
if ((s = cmd_current_session(ctx)) == NULL) {
- ctx->error(ctx, "can't establish current session");
+ ctx->error(ctx, "can't establish current session");
return (NULL);
}
if (sp != NULL)