aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/pci.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-03-29 10:38:31 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-03-29 10:38:31 -0300
commit2d0724c17ece708e93126345fb24f4683f51ed17 (patch)
tree68c08cadca9193e736dd36b65d835db0335f8af8 /hardinfo2/arch/linux/common/pci.h
parent43b9f535ee40022e41f9c618e32f3c2f3a7b1469 (diff)
Cleanups
Diffstat (limited to 'hardinfo2/arch/linux/common/pci.h')
-rw-r--r--hardinfo2/arch/linux/common/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/pci.h b/hardinfo2/arch/linux/common/pci.h
index a1ea1021..73d87c7f 100644
--- a/hardinfo2/arch/linux/common/pci.h
+++ b/hardinfo2/arch/linux/common/pci.h
@@ -33,7 +33,7 @@ __scan_pci(void)
{
FILE *lspci;
gchar buffer[256], *buf, *strhash = NULL, *strdevice = NULL;
- gchar *category = NULL, *name = NULL, *icon, *lspci_path, *command_line;
+ gchar *category = NULL, *name = NULL, *icon, *lspci_path, *command_line = NULL;
gint n = 0, x = 0;
if ((lspci_path = find_program("lspci")) == NULL) {