summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1aa0da0d..dc2151db 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -74,7 +74,7 @@
*
* @returns FALSE On failure, TRUE on success
*/
-static inline int execshssh ( const char *host )
+static int execshssh ( const char *host )
{
char **args = NULL;
int argsv = 0;