summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2013-04-30 21:10:24 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2013-04-30 21:10:24 +0000
commit53ef08f35bf07cb672b802ed40b4a46977b669a9 (patch)
tree046261eff60e4a55a5d38c5265fe17bf0089463c /app
parentecbc50a9d689e839e49c13c156ce505447dc8e7e (diff)
type fix
Diffstat (limited to 'app')
-rw-r--r--app/cwm/group.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/cwm/group.c b/app/cwm/group.c
index 46312f0c6..90409ef0f 100644
--- a/app/cwm/group.c
+++ b/app/cwm/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) {