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

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hugh McMaster 2017-11-23 12:13:10 +00:00 committed by Alexandre Julliard
parent 7fb9cdf60f
commit 4339f40154
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ BOOL ProcessCmdLine(WCHAR *cmdline)
break;
case 'C':
case 'L':
case 'M':
case 'R':
/* unhandled */;
break;