diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp
index e08c2c7e20d385333045596606731302969f4fcf..d4918d74dd1c06df8bcf66be5b5aa7f024f12b47 100644
--- a/samples/vboxwrapper/vboxwrapper.cpp
+++ b/samples/vboxwrapper/vboxwrapper.cpp
@@ -468,7 +468,7 @@ int main(int argc, char** argv) {
                 pVM = NULL;
             }
         }
-        if ((5 == vbox_major) && (0 >= vbox_minor)) {
+        if ((5 == vbox_major) && (0 <= vbox_minor)) {
             pVM = (VBOX_VM*) new vbox50::VBOX_VM();
             retval = pVM->initialize();
             if (retval) {