summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-04 20:22:59 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-04 20:24:01 +0200
commiteb0bfc60c4c316ad43e7c566e4ab75360f7f0c32 (patch)
tree86d64e56bc8991137efbad24812b2abbb5e3d264 /source/dialogs/ssh.c
parentce822a3bbf9f5cae61739b1eb34636c50e0f8920 (diff)
Indicate what set an option, comment default options in dump-xresources.
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 f11ba3a1..397893dc 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.