reg: Update a comment.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2021-03-29 23:24:32 +11:00 committed by Alexandre Julliard
parent eee0c1f8f9
commit cb749592e7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name,
}
}
/* Delete subtree only if no /v* option is given */
/* Delete registry key if no /v* option is given */
if (!value_name && !value_empty && !value_all)
{
if (RegDeleteTreeW(root, path) != ERROR_SUCCESS)