about summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2012-05-16 01:10:11 +0000
committerokan <okan>2012-05-16 01:10:11 +0000
commitb4d582c6ef5ffa5030f3b376b7bbbca177c1bee6 (patch)
treeef604bb6a8681d40808d5c549975384b64820251 /group.c
parentac82403a5166ac99aaf8fc7ad15242b1a0843f5b (diff)
downloadcwm-b4d582c6ef5ffa5030f3b376b7bbbca177c1bee6.tar.gz
cwm-b4d582c6ef5ffa5030f3b376b7bbbca177c1bee6.tar.xz
cwm-b4d582c6ef5ffa5030f3b376b7bbbca177c1bee6.zip
fix comment
Diffstat (limited to 'group.c')
-rw-r--r--group.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/group.c b/group.c
index 68068b1..46f403a 100644
--- a/group.c
+++ b/group.c
@@ -151,8 +151,9 @@ group_init(struct screen_ctx *sc)
 
 	TAILQ_INIT(&sc->groupq);
 	sc->group_hideall = 0;
-	/* see if any group names have already been set and update the property
-	 * with ours if they'll have changed.
+	/* 
+	 * See if any group names have already been set and update the
+	 * property with ours if they'll have changed.
 	 */
 	group_update_names(sc);