From 9cb20cfff6c9d9fc577aaaaadd4a8bba0aa3028e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 20 Jan 2019 23:23:03 +0700 Subject: Fix a missing semicolon. --- src/hvinfo.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hvinfo.adb b/src/hvinfo.adb index 342a53e..ec4ddcf 100644 --- a/src/hvinfo.adb +++ b/src/hvinfo.adb @@ -98,7 +98,7 @@ begin -- but still exposes its own graphics card so that setup can be detected if VirtualBox_PCI_Present then Hypervisor_Name := "VirtualBox (using " & Hypervisor_Name & ")"; - end if + end if; end; elsif DMI_Available then -- VirtualBox, Parallels, and possible others only -- cgit v1.2.3