aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
commita5acabd9230eb70e802ece13542ec647c52b7ee2 (patch)
tree1b9cac80e3edf158c0a820cf027656f4c0f6ca06 /cmd.c
parente65aa04ad780b76c3356d281677bb7a71c89cda3 (diff)
downloadrtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.gz
rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.tar.bz2
rtmux-a5acabd9230eb70e802ece13542ec647c52b7ee2.zip
Sync OpenBSD patchset 467:
tabs are better; ok nicm
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd.c b/cmd.c
index 7eb9ba6c..6f68fe03 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.125 2009-10-15 01:56:45 tcunha Exp $ */
+/* $Id: cmd.c,v 1.126 2009-10-28 23:12:38 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -178,7 +178,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;
@@ -841,7 +841,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)