aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authorokan2013-04-30 21:10:23 +0000
committerokan2013-04-30 21:10:23 +0000
commit1bd549b8aba1bd1064e2e5bfbeefe36607b8b3c5 (patch)
tree24aecbf2deafa0dee4cfe993186f8ed6c4f714ed /group.c
parent57691160415590c63cf83db6c021e377df9f1de4 (diff)
downloadcwm-1bd549b8aba1bd1064e2e5bfbeefe36607b8b3c5.tar.gz
type fix
Diffstat (limited to 'group.c')
-rw-r--r--group.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/group.c b/group.c
index 46312f0..90409ef 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.74 2013/04/17 13:30:38 okan Exp $
+ * $OpenBSD: group.c,v 1.75 2013/04/30 21:10:23 okan Exp $
*/
#include <sys/param.h>
@@ -98,8 +98,7 @@ group_show(struct screen_ctx *sc, struct group_ctx *gc)
{
struct client_ctx *cc;
Window *winlist;
- u_int i;
- int lastempty = -1;
+ int i, lastempty = -1;
gc->highstack = 0;
TAILQ_FOREACH(cc, &gc->clients, group_entry) {