Fix a compile warn in win_settings.c

This commit is contained in:
Jasmine Iwanek
2023-03-08 03:37:10 -05:00
parent 93a1f2d2f9
commit bfcc11c512

View File

@@ -2492,7 +2492,7 @@ static BOOL
win_settings_hard_disks_recalc_list(HWND hdlg)
{
LVITEM lvI;
int i, j = 0;
int j = 0;
WCHAR szText[256], usr_path_w[1024];
HWND hwndList = GetDlgItem(hdlg, IDC_LIST_HARD_DISKS);