diff --git a/src/preferences/devices/ConfigurationWindow.cpp b/src/preferences/devices/ConfigurationWindow.cpp index 3f3a8fc36b..30330863f5 100644 --- a/src/preferences/devices/ConfigurationWindow.cpp +++ b/src/preferences/devices/ConfigurationWindow.cpp @@ -530,12 +530,13 @@ ConfigurationWindow::InitWindow(void) sprintf(string, "%04lx", devicesInfo->GetInfo()->id[1] & 0xffff); cardID = string; - for (uint32 i=0; iGetInfo()->id[0] & 0xffff && PciDevTable[i].DevId == devicesInfo->GetInfo()->id[1] & 0xffff) { cardName = PciDevTable[i].ChipDesc; break; } + } } break; case B_PCMCIA_BUS: vendor = "XX"; break;