[WINESYNC] reg: Do not print a line break after querying a registry key.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id f32816268ed5715c5bce20daf9bb20aa194a7127 by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
winesync 2022-01-16 21:15:47 +01:00 committed by Thomas Csovcsity
parent f0c76942b7
commit a3bf868efb
3 changed files with 2 additions and 6 deletions

View file

@ -287,10 +287,6 @@ static int query_all(HKEY hkey, WCHAR *path, BOOL recurse)
}
free(subkey_name);
if (i && !recurse)
output_string(newlineW);
return 0;
}