From: Fabian Keil Date: Tue, 19 Nov 2019 13:33:09 +0000 (+0100) Subject: Add a missing space X-Git-Tag: v_3_0_29~563 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=94a348028a8d9b04f1fb60d1dc0e9e31e6d2758d Add a missing space --- diff --git a/project.h b/project.h index cd545b7a..45e586b9 100644 --- a/project.h +++ b/project.h @@ -354,7 +354,7 @@ typedef struct certs_chain { char text_buf[CERT_INFO_BUF_SIZE]; /* text info about properties of certificate */ char file_buf[CERT_FILE_BUF_SIZE]; /* buffer for whole certificate - format to save in file */ struct certs_chain *next; /* next certificate in chain of trust */ -}certs_chain_t; +} certs_chain_t; #endif /**