diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index e08c2c7e20..d4918d74dd 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) {