From 45152bc34c0e1aeed6a8e83a4b25b9c943e3a3e0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 24 Feb 2024 23:38:10 +0100 Subject: lib/init.c: Fixed a typo causing compilation on Windows to fail The typo was introduced by merging the AmigaOS back-end. --- lib/init.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg