From e66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sat, 8 Sep 2018 12:10:35 +0200 Subject: . --- src/hotkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hotkey.c') 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"); -- cgit v1.2.3