summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 13:47:44 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 13:47:44 +0200
commit9ae1344d565e670626ccb6fe27bf731ba47fdbe0 (patch)
treeb32ee7680544cf1510bf107d564186a451204936 /source/dialogs/ssh.c
parentd31fc5c8bc4d888b3a43aa9e09fbabb8df371a64 (diff)
Improve error message when called with `-show`
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 a332dd5f..97c353b4 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -206,7 +206,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.