summaryrefslogtreecommitdiff
path: root/modules/devices/dmi.c
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 02:39:51 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:53 +0100
commit755c300d246c872c406f3a7e123d4cdd0d7c1f17 (patch)
tree12a01f8930767c8eda79bde32463987bed3fff8f /modules/devices/dmi.c
parentadd478fbe01e68d63309697dfa016e09f12c2603 (diff)
PR681 - implicit function declaration
Diffstat (limited to 'modules/devices/dmi.c')
-rw-r--r--modules/devices/dmi.c2
1 files changed, 1 insertions, 1 deletions
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;