summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-06 21:17:56 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-06 21:17:56 +0100
commitdb92ff1f41bceb3e72f64df8507630661b2b2588 (patch)
treee0fe888bebb76e71ff8d6a926384fa0a3372c955 /source/dialogs
parentc5506e4cdd3eca179852f59cf6cbe3312a44e8c6 (diff)
Add border radius to border around widget.
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 8cfe68fd..c0ba2f8c 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.