From 42dcb4e8c4db986895737f6eb7fee55642ff9c94 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 9 May 2012 20:34:40 +0200 Subject: [PATCH] make maybe_back_and_forth static --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 3120ed27..b22c16a2 100644 --- a/src/commands.c +++ b/src/commands.c @@ -82,7 +82,7 @@ static Output *get_output_from_string(Output *current_output, const char *output * and return true, signaling that no further workspace switching should occur in the calling function. * */ -bool maybe_back_and_forth(char *name) { +static bool maybe_back_and_forth(char *name) { Con *ws = con_get_workspace(focused); /* If we switched to a different workspace, do nothing */