diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-11 09:04:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-11 09:04:34 +0000 |
commit | 697d54b5df6330da46e566bec9da595fe57d0871 (patch) | |
tree | c1e58bacc3e52db59a42a00a2591ac4e75a8f915 /usr.bin/tmux | |
parent | e62b19ee0907bea11ce5312c754300df9c61079d (diff) |
Remove a debugging leftover and add copyright.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/cmd-run-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-run-shell.c b/usr.bin/tmux/cmd-run-shell.c index 15e917c611b..806f91280aa 100644 --- a/usr.bin/tmux/cmd-run-shell.c +++ b/usr.bin/tmux/cmd-run-shell.c @@ -1,7 +1,8 @@ -/* $OpenBSD: cmd-run-shell.c,v 1.2 2009/10/11 08:58:05 nicm Exp $ */ +/* $OpenBSD: cmd-run-shell.c,v 1.3 2009/10/11 09:04:33 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org> + * Copyright (c) 2009 Nicholas Marriott <nicm@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -126,7 +127,6 @@ cmd_run_shell_free(void *data) struct cmd_run_shell_data *cdata = data; struct cmd_ctx *ctx = &cdata->ctx; - return; if (ctx->cmdclient != NULL) { ctx->cmdclient->references--; server_write_client(ctx->cmdclient, MSG_EXIT, NULL, 0); |