From e49e438270cdffc4a80a2676c73ad95bedce33d4 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 16 Aug 2019 22:55:18 -0500 Subject: Devices/Monitors Signed-off-by: Burt P --- modules/devices/dmi_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/dmi_memory.c') diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c index 753c4c74..f266193c 100644 --- a/modules/devices/dmi_memory.c +++ b/modules/devices/dmi_memory.c @@ -618,7 +618,7 @@ gchar *make_spd_section(spd_data *spd) { return ret; } -gchar *tag_make_safe_inplace(gchar *tag) { +static gchar *tag_make_safe_inplace(gchar *tag) { if (!tag) return tag; if (!g_utf8_validate(tag, -1, NULL)) -- cgit v1.2.3