diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-30 01:39:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-30 01:39:24 +0000 |
commit | 26e7a05725bcb2cea59401803371ee3fa688a8f6 (patch) | |
tree | b81d9d8ee4672297b78012cecd17142616b2944e /src/or/rephist.c | |
parent | edd15cb781934d91ae92adbe3311bf339ddbf2e8 (diff) | |
download | tor-26e7a05725bcb2cea59401803371ee3fa688a8f6.tar.gz tor-26e7a05725bcb2cea59401803371ee3fa688a8f6.zip |
even better function start checks; give dmalloc a chance of working.
svn:r5162
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 85532a3e66..2ea39497c2 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -484,7 +484,8 @@ add_obs(bw_array_t *b, time_t when, int n) /** Allocate, initialize, and return a new bw_array. */ -static bw_array_t *bw_array_new(void) +static bw_array_t * +bw_array_new(void) { bw_array_t *b; time_t start; |