projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144ed39
)
Add a missing space
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 19 Nov 2019 13:33:09 +0000
(14:33 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 19 Nov 2019 14:53:07 +0000
(15:53 +0100)
project.h
patch
|
blob
|
history
diff --git
a/project.h
b/project.h
index
cd545b7
..
45e586b
100644
(file)
--- 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
/**