Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-06-04 00:43:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-06-04 00:43:53 +0300
commitd27609bf2ff34e723ba6ccd278f602a1bb918950 (patch)
tree2ca6a1bac0c0d08037ed28f59c0639a7f5d45cf4 /src/remmina_sftp_client.h
parent735437f8e41d0badab06a5fc0426bd9e555b9e17 (diff)
Implementin resume all for FTP file transfer, should fix #2210
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_sftp_client.h')
-rw-r--r--src/remmina_sftp_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/remmina_sftp_client.h b/src/remmina_sftp_client.h
index 4805311e9..ef183397e 100644
--- a/src/remmina_sftp_client.h
+++ b/src/remmina_sftp_client.h
@@ -61,8 +61,7 @@ typedef struct _RemminaSFTPClient {
pthread_t thread;
gint taskid;
gboolean thread_abort;
- RemminaProtocolWidget *gp;
-
+ RemminaProtocolWidget * gp;
} RemminaSFTPClient;
typedef struct _RemminaSFTPClientClass {