From 5b92f04e9cd7cb9105d6f367dca2771e8c2f2b99 Mon Sep 17 00:00:00 2001 From: Sau P Date: Wed, 27 Nov 2024 20:39:40 +0000 Subject: [PATCH] fix(global.h): Update func declaration --- source/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/global.h b/source/global.h index 90cec21..21c4dc9 100644 --- a/source/global.h +++ b/source/global.h @@ -287,6 +287,6 @@ int execute(char *a, ...); long dbseek(long offset); void mousecleanup(void); -int process_mouse(); +int process_mouse(void); #endif /* CSCOPE_GLOBAL_H */