filexfer: Remove wrongly placed semicolon
Spotted by coverity
This commit is contained in:
parent
54cc41299b
commit
6b239731b4
@ -81,7 +81,7 @@ function handle_file_drop(e)
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
for (var i = files.length - 1; i >= 0; i--)
|
for (var i = files.length - 1; i >= 0; i--)
|
||||||
{
|
{
|
||||||
if (files[i].type); // do not copy a directory
|
if (files[i].type) // do not copy a directory
|
||||||
sc.file_xfer_start(files[i]);
|
sc.file_xfer_start(files[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user