aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.c')
-rw-r--r--src/hotkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotkey.c b/src/hotkey.c
index 10d5f5e..0c8b9f0 100644
--- a/src/hotkey.c
+++ b/src/hotkey.c
@@ -283,7 +283,7 @@ bool intercept_systemkey(CGEventRef event, struct hotkey *eventkey)
return result;
}
-void init_shell()
+void init_shell(void)
{
if (!shell) {
char *env_shell = getenv("SHELL");