From 256a416fb9b3e0c54a08646c7c648bb27e6d58a1 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 7 Dec 2009 19:44:31 +0000 Subject: be consistent ok oga@ --- kbfunc.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index cd5ae72..7ee6902 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: kbfunc.c,v 1.44 2009/11/28 17:52:12 tobias Exp $ + * $Id: kbfunc.c,v 1.45 2009/12/07 19:44:31 okan Exp $ */ #include @@ -124,9 +124,9 @@ kbfunc_moveresize(struct client_ctx *cc, union arg *arg) } void -kbfunc_client_search(struct client_ctx *scratch, union arg *arg) +kbfunc_client_search(struct client_ctx *cc, union arg *arg) { - struct client_ctx *cc, *old_cc; + struct client_ctx *old_cc; struct menu *mi; struct menu_q menuq; @@ -159,7 +159,7 @@ kbfunc_client_search(struct client_ctx *scratch, union arg *arg) } void -kbfunc_menu_search(struct client_ctx *scratch, union arg *arg) +kbfunc_menu_search(struct client_ctx *cc, union arg *arg) { struct cmd *cmd; struct menu *mi; @@ -185,7 +185,7 @@ kbfunc_menu_search(struct client_ctx *scratch, union arg *arg) } void -kbfunc_client_cycle(struct client_ctx *scratch, union arg *arg) +kbfunc_client_cycle(struct client_ctx *cc, union arg *arg) { struct screen_ctx *sc; @@ -223,7 +223,7 @@ kbfunc_lock(struct client_ctx *cc, union arg *arg) } void -kbfunc_exec(struct client_ctx *scratch, union arg *arg) +kbfunc_exec(struct client_ctx *cc, union arg *arg) { #define NPATHS 256 char **ap, *paths[NPATHS], *path, *pathcpy, *label; @@ -310,7 +310,7 @@ out: } void -kbfunc_ssh(struct client_ctx *scratch, union arg *arg) +kbfunc_ssh(struct client_ctx *cc, union arg *arg) { struct menu *mi; struct menu_q menuq; -- cgit v1.2.3-2-gb3c3