diff options
author | okan <okan> | 2008-05-19 17:24:19 +0000 |
---|---|---|
committer | okan <okan> | 2008-05-19 17:24:19 +0000 |
commit | 6733ac217fdab8fc80621c1756303dbe1f1f0b43 (patch) | |
tree | 7c2e4e34fe41999808125e27584e2ac0fe731e2c /client.c | |
parent | 71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391 (diff) | |
download | cwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.tar.gz cwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.tar.xz cwm-6733ac217fdab8fc80621c1756303dbe1f1f0b43.zip |
client_cyclenext() -> client_cycle() since we now pass an arg.
removes a stray proto as well. discussed with and ok oga@
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
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(); |