From 7c47b5b9584f5011aeba18d7e1b26b3d3124825f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:48 -0500 Subject: Import Upstream version 0.5.1 --- arch/linux/common/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/linux/common/pci.h') diff --git a/arch/linux/common/pci.h b/arch/linux/common/pci.h index a1ea1021..73d87c7f 100644 --- a/arch/linux/common/pci.h +++ b/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) { -- cgit v1.2.3