C style fix: a no-args function is void fn(void), not void fn().

This commit is contained in:
Nick Mathewson 2011-03-03 23:42:14 -05:00
parent 8ae179deec
commit f608872b0c

View File

@ -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 =