diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/hvinfo.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
