summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-10 11:53:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-10 11:53:49 +0000
commit5e7c118bca9d9756179387d354c97acdbcb2d300 (patch)
tree58c2675e7ae927bf27705b7b90a3dab25f5740ee /pci.c
parente85c8de95de38b0549ba7692f8a75e3c58a90527 (diff)
downloadldetect-5e7c118bca9d9756179387d354c97acdbcb2d300.tar
ldetect-5e7c118bca9d9756179387d354c97acdbcb2d300.tar.gz
ldetect-5e7c118bca9d9756179387d354c97acdbcb2d300.tar.bz2
ldetect-5e7c118bca9d9756179387d354c97acdbcb2d300.tar.xz
ldetect-5e7c118bca9d9756179387d354c97acdbcb2d300.zip
fix the fclose
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index 0adfde7..20266c7 100644
--- a/pci.c
+++ b/pci.c
@@ -41,7 +41,7 @@ extern struct pciusb_entries pci_probe(int probe_type) {
e.subvendor = 0xffff;
e.subdevice = 0xffff;
}
- fclose(file);
+ fclose(f);
}
}
t[r.nb] = e;