Source commit: cea4a5c5748570514cc659e139a5edaac34b529f
@@ -1758,7 +1758,7 @@ function TDirView.GetFileInfo(
begin
if TimeoutShellIconRetrieval then
- Result := SHGetFileInfoWithTimeout(pszPath, dwFileAttributes, psfi, cbFileInfo, uFlags,MSecsPerSec div 4);
+ Result := SHGetFileInfoWithTimeout(pszPath, dwFileAttributes, psfi, cbFileInfo, uFlags, MSecsPerSec div 4);
end
else