Removed extra newline

This commit is contained in:
Sestain 2026-03-27 18:09:23 +02:00
parent 0e7f86891c
commit 682c323ebe
No known key found for this signature in database
GPG key ID: B795AE483D124ED9

View file

@ -417,7 +417,6 @@ bool DLCManager::processDLCDataFile(DWORD &dwFilesProcessed, PBYTE pbData, DWORD
bXMLVersion = true;
}
}
uiCurrentByte+= sizeof(C4JStorage::DLC_FILE_PARAM)+(pParams->dwWchCount*sizeof(WCHAR));
pParams = (C4JStorage::DLC_FILE_PARAM *)&pbData[uiCurrentByte];
}