ShellCtrls: Restore an empty line in source code, because it marks what the comment is about.

git-svn-id: trunk@40753 -
This commit is contained in:
bart 2013-04-08 21:27:14 +00:00
parent b6c62107a1
commit c0f42ef5b4

View File

@ -661,6 +661,7 @@ var
begin
// avoids crashes in the IDE by not populating during design
if (csDesigning in ComponentState) then Exit;
r := GetLogicalDriveStrings(SizeOf(Drives), Drives);
if r = 0 then Exit;
if r > SizeOf(Drives) then Exit;