Fix one more issue with -Werror
This commit is contained in:
parent
1befd8fef7
commit
514f30773a
1 changed files with 2 additions and 2 deletions
2
main.cpp
2
main.cpp
|
@ -156,7 +156,7 @@ int main(int argc, char **argv) {
|
|||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
printf(helpstr.c_str());
|
||||
printf("%s", helpstr.c_str());
|
||||
}
|
||||
output = return_code;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue