From 755c300d246c872c406f3a7e123d4cdd0d7c1f17 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:39:51 +0100 Subject: PR681 - implicit function declaration --- modules/devices/dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/dmi.c') diff --git a/modules/devices/dmi.c b/modules/devices/dmi.c index c1915638..263d6944 100644 --- a/modules/devices/dmi.c +++ b/modules/devices/dmi.c @@ -149,7 +149,7 @@ gboolean dmi_get_info(void) return dmi_succeeded; } -void __scan_dmi() +void __scan_dmi(void) { gboolean dmi_ok; -- cgit v1.2.3