bugfix/ai-static-analysis #82

Open
localhorst wants to merge 15 commits from bugfix/ai-static-analysis into master
2 changed files with 15 additions and 15 deletions
Showing only changes of commit 2d63788352 - Show all commits

View File

@ -94,7 +94,7 @@ Drive *reHDD::getSelectedDrive()
else
{
Logger::logThis()->warning("selected drive not present");
return {};
return nullptr;
}
}