trivial: Unconstify an allocated variable to avoid a GCC warning

This commit is contained in:
Richard Hughes 2017-11-10 09:37:06 +00:00
parent 97d1cbb304
commit f1d6f6cfc3

View File

@ -33,8 +33,8 @@
#define HWID_DELL_INC "85d38fda-fc0e-5c6f-808f-076984ae7978"
struct FuPluginData {
const gchar *dock_type;
const gchar *system_type;
gchar *dock_type;
gchar *system_type;
};
static gboolean