Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windows/storage.c')
-rw-r--r--windows/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/storage.c b/windows/storage.c
index 30147a45..7ac299a9 100644
--- a/windows/storage.c
+++ b/windows/storage.c
@@ -348,7 +348,7 @@ int check_stored_host_key(const char *hostname, int port,
}
bool have_ssh_host_key(const char *hostname, int port,
- const char *keytype)
+ const char *keytype)
{
/*
* If we have a host key, check_stored_host_key will return 0 or 2.