]> mj.ucw.cz Git - pciutils.git/commitdiff
lib/init.c: Fixed a typo causing compilation on Windows to fail
authorMartin Mares <mj@ucw.cz>
Sat, 24 Feb 2024 22:38:10 +0000 (23:38 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 24 Feb 2024 22:38:10 +0000 (23:38 +0100)
The typo was introduced by merging the AmigaOS back-end.

lib/init.c

index ba1653ea93f582314d0012ad7cca771b0b381003..c26720a124ef652c96816b21c2e45a92dbd85a6e 100644 (file)
@@ -400,6 +400,7 @@ retry:
           pci_set_name_list_path(a, path, 1);
         }
     }
+}
 
 #elif defined PCI_OS_AMIGAOS