aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2008-05-19 17:24:19 +0000
committerokan2008-05-19 17:24:19 +0000
commit0058b69f42347b47eb7c137474f7c7d0ffbc4d1a (patch)
tree1e7e3d97e3cc89e7fafb40db2307326e7f55e98f /client.c
parent7ba072eb1a4c66b68f47468db29b67353fac496c (diff)
downloadcwm-0058b69f42347b47eb7c137474f7c7d0ffbc4d1a.tar.gz
client_cyclenext() -> client_cycle() since we now pass an arg.
removes a stray proto as well. discussed with and ok oga@
Diffstat (limited to '')
-rw-r--r--client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c
index 5d9f185..a5cd9af 100644
--- a/client.c
+++ b/client.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: client.c,v 1.25 2008/05/19 15:17:50 oga Exp $
+ * $Id: client.c,v 1.26 2008/05/19 17:24:19 okan Exp $
*/
#include "headers.h"
@@ -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();