barosim: corrected wrong return value

This commit is contained in:
Julian Oes 2016-02-16 21:14:47 +01:00
parent 4e4f22428e
commit adf9647aab
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ start()
}
DevMgr::releaseHandle(h);
return true;
return 0;
}