mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 04:57:59 +00:00
Remove extra )
from line 227
This commit is contained in:
parent
ea0e9cec50
commit
e9e23fd342
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user