appwiz.cpl: Use the proper type to hold the return value (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-02-21 18:23:29 +01:00 committed by Alexandre Julliard
parent b7c8b62bbf
commit c3c272c4c5
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ static enum install_res install_from_default_dir(void)
const char *data_dir, *package_dir;
char *dir_buf = NULL;
int len;
BOOL ret;
enum install_res ret;
if((data_dir = wine_get_data_dir())) {
package_dir = data_dir;