diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-02-26 13:53:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-02-26 13:53:02 +0000 |
commit | e4fb8753d690323947e5bf7171547e958ba09103 (patch) | |
tree | 1aac39e9aab19a519bd790785b442e47e424dc0c | |
parent | 4e1611fe90987717abd274b626ddbd1c40944995 (diff) | |
download | ldetect-e4fb8753d690323947e5bf7171547e958ba09103.tar ldetect-e4fb8753d690323947e5bf7171547e958ba09103.tar.gz ldetect-e4fb8753d690323947e5bf7171547e958ba09103.tar.bz2 ldetect-e4fb8753d690323947e5bf7171547e958ba09103.tar.xz ldetect-e4fb8753d690323947e5bf7171547e958ba09103.zip |
(pci_probe) remove an extra space wronly added in r125837
-rw-r--r-- | pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ extern struct pciusb_entries pci_probe(void) { pciusb_initialize(e); - asprintf(&e->text, " %s|%s", + asprintf(&e->text, "%s|%s", pci_lookup_name(pacc, vendorbuf, sizeof(vendorbuf), PCI_LOOKUP_VENDOR, dev->vendor_id, dev->device_id), pci_lookup_name(pacc, devbuf, sizeof(devbuf), PCI_LOOKUP_DEVICE, dev->vendor_id, dev->device_id) ); |