summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 649ee32..087d212 100644
--- a/client.c
+++ b/client.c
@@ -590,7 +590,7 @@ match:
 }
 
 struct client_ctx *
-client_cyclenext(int reverse)
+client_cycle(int reverse)
 {
 	struct client_ctx	*oldcc = client_current(), *newcc;
 	struct screen_ctx	*sc = screen_current();