~kris/suckless

tabbed

bcf8f355800d77f80705a19c23f00290668b8041 — Enno Boland (tox) 16 years ago fac1758
correcting comment
1 files changed, 1 insertions(+), 1 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +1 -1
@@ 658,7 658,7 @@ void
run(void) {
	XEvent ev;

	/* main event loop, also reads xids from stdin */
	/* main event loop */
	XSync(dpy, False);
	drawbar();
	while(running) {