diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
| commit | 9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch) | |
| tree | 4ab52e2891af75fb0cf0ba125fd69b727c71c56a /obt/keyboard.h | |
| parent | 0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff) | |
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'obt/keyboard.h')
| -rw-r--r-- | obt/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/keyboard.h b/obt/keyboard.h index a9029df3..dd28cb86 100644 --- a/obt/keyboard.h +++ b/obt/keyboard.h @@ -40,7 +40,7 @@ typedef enum { OBT_KEYBOARD_NUM_MODKEYS } ObtModkeysKey; -void obt_keyboard_reload(); +void obt_keyboard_reload(void); /*! Get the modifier mask(s) for a KeyCode. (eg. a keycode bound to Alt_L could return a mask of (Mod1Mask | Mask3Mask)) */ |
