aboutsummaryrefslogtreecommitdiff
path: root/hardinfo
diff options
context:
space:
mode:
authorOndrej Čerman <ondrej.cerman@gmail.com>2020-01-01 13:49:35 +0100
committerLeandro A. F. Pereira <leandro@hardinfo.org>2020-01-03 09:31:10 -0800
commitfb5e67746f5eccd07293411ff09a1120c4dcd00b (patch)
tree90e52eb48ce79da8f7849bd81483bc60bda42aed /hardinfo
parent627ebd31f52762c24d11dcb7f6f732999e334960 (diff)
storage: updated list
Diffstat (limited to 'hardinfo')
-rw-r--r--hardinfo/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo/info.c b/hardinfo/info.c
index af3af60f..f888ddac 100644
--- a/hardinfo/info.c
+++ b/hardinfo/info.c
@@ -109,7 +109,7 @@ struct InfoField info_field_printf(const gchar *name, const gchar *format, ...)
};
}
-static void info_group_strip_extra(struct InfoGroup *group)
+void info_group_strip_extra(struct InfoGroup *group)
{
guint fi;
char *val, *oldval;