X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/01c034ad857128c51482a563befb374e38ebe668..32874aeac8dacbca26663777b39a79efc5d8dc4b:/storage.h diff --git a/storage.h b/storage.h index 43f22d3e..779712d2 100644 --- a/storage.h +++ b/storage.h @@ -79,7 +79,7 @@ void store_host_key(char *hostname, int port, char *keytype, char *key); * Functions to access PuTTY's random number seed file. */ -typedef void (*noise_consumer_t)(void *data, int len); +typedef void (*noise_consumer_t) (void *data, int len); /* * Read PuTTY's random seed file and pass its contents to a noise