aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-14 17:52:04 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-14 17:52:04 +0000
commitfc6a835be86461c11fcadfc873cf00853b5a92b8 (patch)
tree2a79b3095ba46fe0625a1018266831c8cc71fbc8
parentee9be88946579e07e5182e2e33831287c5002e76 (diff)
downloadrtmux-fc6a835be86461c11fcadfc873cf00853b5a92b8.tar.gz
rtmux-fc6a835be86461c11fcadfc873cf00853b5a92b8.tar.bz2
rtmux-fc6a835be86461c11fcadfc873cf00853b5a92b8.zip
Sync OpenBSD patchset 538:
Unreachable statement, found by lint.
-rw-r--r--cmd-pipe-pane.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index ec79d26e..4c1c5728 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-pipe-pane.c,v 1.6 2009-11-08 23:02:56 tcunha Exp $ */
+/* $Id: cmd-pipe-pane.c,v 1.7 2009-11-14 17:52:04 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -126,8 +126,6 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
fatal("fcntl failed");
return (0);
}
-
- return (0);
}
void