summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-09-08 08:53:14 +0200
committerDave Davenport <qball@gmpclient.org>2016-09-08 08:57:35 +0200
commite3fb17a843602df47ccf417c051e811e2da60ce1 (patch)
tree63868f52441a0808bd9c0b1fed5afe885fe57806 /source/dialogs/ssh.c
parentabc190fd7cf50ca373ab71c675195c6280418bb6 (diff)
Ask window manager to hide decoration in normal-window mode.
Issue #485
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.