Skip to content

Commit 0375e2d

Browse files
committed
[#3991] Fixed cppcheck throwInEntryPoint (2)
1 parent 5f2f18c commit 0375e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ main(int, char* argv[]) {
5858
struct dirent *dp;
5959
DIR *dfd(opendir(directory.c_str()));
6060
if (!dfd) {
61-
cerr << "ERROR: "opendir failed " << directory << ": "
61+
cerr << "ERROR: opendir failed " << directory << ": "
6262
<< strerror(errno) << endl;
6363
return 1;
6464
}

0 commit comments

Comments
 (0)