Skip to content

Commit

Permalink
Add missing return.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 8, 2024
1 parent 2be2544 commit a94c29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,7 @@ bool executor::do_help()
bool executor::do_hardware()
{
console(format("Coming soon..."));
return true;
}

// --settings
Expand Down

0 comments on commit a94c29d

Please sign in to comment.