summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-03 23:42:14 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-03 23:42:14 -0500
commitf608872b0c62263c761157076129d8f4b07c20a9 (patch)
tree73767960428797852f610c4af3e4dad400bcd947 /src/common/tortls.c
parent8ae179deec203bc7127f7a0b326569ef11e78dc0 (diff)
downloadtor-f608872b0c62263c761157076129d8f4b07c20a9.tar.gz
tor-f608872b0c62263c761157076129d8f4b07c20a9.zip
C style fix: a no-args function is void fn(void), not void fn().
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
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 =