Commit 1df0b0f9 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Accept /C as a valid switch.

parent 6afda19f
......@@ -231,6 +231,7 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
case 'E':
action = ACTION_EXPORT;
break;
case 'C':
case 'L':
case 'R':
/* unhandled */;
......
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