regedit: Accept /C as a valid switch.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hugh McMaster 2016-06-24 07:56:19 +00:00 committed by Alexandre Julliard
parent 6afda19f48
commit 1df0b0f986
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
case 'E':
action = ACTION_EXPORT;
break;
case 'C':
case 'L':
case 'R':
/* unhandled */;