From f608872b0c62263c761157076129d8f4b07c20a9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Mar 2011 23:42:14 -0500 Subject: [PATCH] C style fix: a no-args function is void fn(void), not void fn(). --- src/common/tortls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tortls.c b/src/common/tortls.c index f4d4ec8b65..aaf2fdaacb 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -160,7 +160,7 @@ static int tor_tls_object_ex_data_index = -1; /** Helper: Allocate tor_tls_object_ex_data_index. */ static void -tor_tls_allocate_tor_tls_object_ex_data_index() +tor_tls_allocate_tor_tls_object_ex_data_index(void) { if (tor_tls_object_ex_data_index == -1) { tor_tls_object_ex_data_index =