aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-02-24 23:38:10 +0100
committerMartin Mares <mj@ucw.cz>2024-02-24 23:38:10 +0100
commit45152bc34c0e1aeed6a8e83a4b25b9c943e3a3e0 (patch)
tree6706a872cea28e5fb0add8bc7f74a2c3025d6157
parent04688d7167c448895d000e3653db874dd5e2ed93 (diff)
downloadpciutils-45152bc34c0e1aeed6a8e83a4b25b9c943e3a3e0.tar.gz
lib/init.c: Fixed a typo causing compilation on Windows to fail
The typo was introduced by merging the AmigaOS back-end.
-rw-r--r--lib/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/init.c b/lib/init.c
index ba1653e..c26720a 100644
--- a/lib/init.c
+++ b/lib/init.c
@@ -400,6 +400,7 @@ retry:
pci_set_name_list_path(a, path, 1);
}
}
+}
#elif defined PCI_OS_AMIGAOS