From 62e693fe11a129cfc8c114cb4df5283cde52485d Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Wed, 22 Feb 2023 08:34:02 -0800 Subject: [PATCH] Just changed some syntax --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index b0fa685..bbe0795 100644 --- a/src/common.h +++ b/src/common.h @@ -69,6 +69,6 @@ void* ecalloc(size_t amnt, size_t size); * User function definitions. * Usually used for when clicking buttons with a pointer. */ -extern void spawn(struct Monitor* monitor, const Arg* arg); +void spawn(struct Monitor* monitor, const Arg* arg); #endif // COMMON_H_