diff options
-rw-r--r-- | scripts/coccinelle/tor-coccinelle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index f597e912b4..ee709e2570 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -35,6 +35,6 @@ #define HT_ENTRY(x) void * #define HT_HEAD(a,b) struct ht_head -#define HT_INITIALIZER { } +#define HT_INITIALIZER() { } #define X509 struct x509_st #define STACK_OF(x) struct foo_stack_t |