Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Apr 16, 2024
1 parent da4e431 commit f83426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ecaludp_perftool/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,5 @@ int main(int argc, char* argv[])
while(true)
std::this_thread::sleep_for(std::chrono::seconds(1));

return 0
return 0;
}

0 comments on commit f83426d

Please sign in to comment.