diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-13 19:37:20 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-13 19:37:20 +0200 |
| commit | bcf8f355800d77f80705a19c23f00290668b8041 (patch) | |
| tree | 16b0b04aee9129bda3cac862574c7c0c0482525d | |
| parent | fac1758bff9a99f53ff5f6c4ec945eee8a90bae3 (diff) | |
| download | tabbed-bcf8f355800d77f80705a19c23f00290668b8041.tar.gz | |
correcting comment
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |