From 94a348028a8d9b04f1fb60d1dc0e9e31e6d2758d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Nov 2019 14:33:09 +0100 Subject: [PATCH] Add a missing space --- project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** -- 2.39.2