Remove extra ) from line 227

This commit is contained in:
Max Ehrlich 2017-08-17 17:27:45 -04:00 committed by Mario Limonciello
parent ea0e9cec50
commit e9e23fd342

View File

@ -224,7 +224,7 @@ fu_plugin_tbtfwu_rescan (FuPlugin *plugin, GError **error)
fu_device_set_id (info->dev, info->id);
/* set vendor ID */
vendor_id = g_strdup_printf ("TBT:0x%04X", info->vendor_id));
vendor_id = g_strdup_printf ("TBT:0x%04X", info->vendor_id);
fu_device_set_vendor_id (info->dev, vendor_id);
/* add GUID that the info firmware uses */