diff options
Diffstat (limited to 'src/rmd_shortcuts.c')
-rw-r--r-- | src/rmd_shortcuts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmd_shortcuts.c b/src/rmd_shortcuts.c index e1e07f5..c0e1723 100644 --- a/src/rmd_shortcuts.c +++ b/src/rmd_shortcuts.c @@ -40,8 +40,8 @@ int rmdRegisterShortcut( Display *dpy, Window root, const char *shortcut, - HotKey *hotkey) { - + HotKey *hotkey) +{ int keycode = 0, i, j; KeySym key = 0; unsigned int modifier_mask = 0, numlock_mask = 0; |