summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-28 23:28:49 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-28 23:28:49 +0200
commit86b6beb1e9c69f70c0abf96f6515f7651cda06a5 (patch)
treefd6b67fbfd6df2c6f95207862f3519ec4598569f /source/dialogs/ssh.c
parent3c8b75793019f75a2efd3291b44601457464af21 (diff)
Update some code.
Diffstat (limited to 'source/dialogs/ssh.c')
-rw-r--r--source/dialogs/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index 397893dc..f11ba3a1 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -198,7 +198,7 @@ static char **read_hosts_file ( char ** retv, unsigned int *length )
// Reading one line per time.
while ( getline ( &buffer, &buffer_length, fd ) > 0 ) {
// Evaluate one line.
- unsigned int index = 0, ti = 0;
+ unsigned int index = 0, ti = 0;
char *token = buffer;
// Tokenize it.