X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d4857987945f49a51477e26da18b46ef222b2346..421e689af0c5510bdc8d37cef225359294cdabe4:/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