summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-19 18:02:49 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-19 18:02:49 +0200
commit1f4af41e964ee4bedfffbc591173ecc3bbfbb907 (patch)
tree74633635fab9974ca66f78025fa29a7c15439674 /source/dialogs
parent341f8322ed11456bd206a17e5a7438d45e7412fe (diff)
Split Custom and Alternate command.
Diffstat (limited to 'source/dialogs')
-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 331e5431..9cc75543 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.