Commit 4339f401 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Do not abort if the /m switch is used.

parent 7fb9cdf6
......@@ -209,6 +209,7 @@ BOOL ProcessCmdLine(WCHAR *cmdline)
break;
case 'C':
case 'L':
case 'M':
case 'R':
/* unhandled */;
break;
......
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