Commit 0c79028e authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

regedit: Fix error message format (Coverity).

parent 88c77da3
......@@ -241,7 +241,7 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
/* ignored */;
break;
default:
fprintf(stderr, "regedit: Invalid switch [%ls]\n", argv[i]);
fprintf(stderr, "regedit: Invalid switch [%s]\n", argv[i]);
exit(1);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment