mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
minor fix
This commit is contained in:
parent
90c3813340
commit
3aa4c26eb9
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ int main(int argc, char** argv) {
|
|||
cout << "LD not supported\n";
|
||||
return -1;
|
||||
case HARPTOOL_MODE_HELP:
|
||||
[[fallthrough]]
|
||||
[[fallthrough]];
|
||||
default:
|
||||
cout << "Usage:\n" << Help::mainHelp;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue