Commit cb749592 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

reg: Update a comment.

parent eee0c1f8
......@@ -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)
......
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