From 698312595088618a1d92ac7c774f58503a8832c4 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sun, 14 Jun 2020 18:19:38 +0200 Subject: [PATCH] Fixed double declaration of variable --- src/cfgfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgfile.cpp b/src/cfgfile.cpp index 8fb6e184..5dff12ff 100644 --- a/src/cfgfile.cpp +++ b/src/cfgfile.cpp @@ -2830,7 +2830,7 @@ static int cfgfile_parse_host(struct uae_prefs* p, TCHAR* option, TCHAR* value) #ifdef AMIBERRY // custom options LOADING - for (auto i = 0; i < 4; ++i) // Loop 1 ... all 4 joyports + for (i = 0; i < 4; ++i) // Loop 1 ... all 4 joyports { struct joypad_map_layout tempcustom = {};