aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-09-08 12:10:35 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-09-08 12:10:35 +0200
commite66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e (patch)
treeeef12b44ef73a154f502d36c23099188c76f3831 /src/hotkey.c
parentd9712b3b72db49d8afd214f95d308a1f1261aead (diff)
downloadskhd-e66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e.tar.gz
skhd-e66bfd7ae9c1ccbb3cd88f3ad253f9e2cafaeb8e.zip
.
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");