Fixed cppcheck errors

This commit is contained in:
SChernykh
2023-04-14 11:05:47 +02:00
parent 9368b96129
commit 6ef166ba33
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ void p2pool_usage();
namespace p2pool {
Params::Params(int argc, char* argv[])
Params::Params(int argc, char* const argv[])
{
for (int i = 1; i < argc; ++i) {
bool ok = false;