commit 33306642652aba29f3f1cd90a455954d996a3089 parent d002c1dd3a06df024380c31589b8cb5d40ce8087 Author: Enno Boland (tox) <tox@s01.de> Date: Tue, 10 Aug 2010 23:15:12 +0200 typo. Diffstat:
svkbd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svkbd.c b/svkbd.c @@ -296,7 +296,7 @@ void run(void) { XEvent ev; - /* main event loop, also reads status text from stdin */ + /* main event loop */ XSync(dpy, False); while(running) { XNextEvent(dpy, &ev);