From b88fcf0e3e98d6c014f18c1bac4608d0e2c01b21 Mon Sep 17 00:00:00 2001 From: XXIV <13811862+thechampagne@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:40:00 +0300 Subject: [PATCH] add missing void --- src/sysinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysinfo.h b/src/sysinfo.h index 1b85b2f32..eacd7e124 100644 --- a/src/sysinfo.h +++ b/src/sysinfo.h @@ -9,7 +9,7 @@ typedef void* CSystem; typedef const void* CProcess; typedef const char* RString; -CSystem *sysinfo_init(); +CSystem *sysinfo_init(void); void sysinfo_destroy(CSystem system); void sysinfo_refresh_system(CSystem system);