aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-11 18:54:13 -0500
committerCalvin <calvin@bastille>2014-02-11 18:54:13 -0500
commitd500577952549c68ac778e7cc58328c616ee99f9 (patch)
tree6e847ea3a8cb54bc54009d233e17d18aefecf5c6
parent8f5f33b271e4eb6f22e19c980693375a628842b8 (diff)
fix syntax
-rw-r--r--hotkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotkey.c b/hotkey.c
index e9ee615..16844af 100644
--- a/hotkey.c
+++ b/hotkey.c
@@ -211,7 +211,7 @@ int main(int argc, char **argv) {
XGrabKey(dpy, XKeysymToKeycode(dpy,hotkeys[i]->keysym), hotkeys[i]->mod, root, False, GrabModeAsync, GrabModeAsync);
}
- wait_for_input(dpy, root, hotkeys, len);
+ wait_for_input(dpy, root, hotkeys, len);
XCloseDisplay(dpy);
return 0;