From: Martin Mares Date: Sat, 24 Feb 2024 22:38:10 +0000 (+0100) Subject: lib/init.c: Fixed a typo causing compilation on Windows to fail X-Git-Tag: v3.11.1~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=45152bc34c0e1aeed6a8e83a4b25b9c943e3a3e0;p=pciutils.git lib/init.c: Fixed a typo causing compilation on Windows to fail The typo was introduced by merging the AmigaOS back-end. --- 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