summaryrefslogtreecommitdiff
path: root/ot_stats.c
diff options
context:
space:
mode:
authorerdgeist <>2009-01-03 03:25:37 +0000
committererdgeist <>2009-01-03 03:25:37 +0000
commit8bdc0d73f6f0bcaf83b7fb3d39e79e8fa4e6050d (patch)
treea75f8eed836bbea20992f92093160cd345c29f60 /ot_stats.c
parent2df09905f5540fee096d48a92cb0c42558498a12 (diff)
Make opentracker ANSI C again.
Diffstat (limited to 'ot_stats.c')
-rw-r--r--ot_stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ot_stats.c b/ot_stats.c
index dbab275..31d53e8 100644
--- a/ot_stats.c
+++ b/ot_stats.c
@@ -217,7 +217,6 @@ static size_t stats_slash24s_txt( char * reply, size_t amount, uint32_t thresh )
217 217
218 uint32_t *counts[ NUM_BUFS ]; 218 uint32_t *counts[ NUM_BUFS ];
219 uint32_t slash24s[amount*2]; /* first dword amount, second dword subnet */ 219 uint32_t slash24s[amount*2]; /* first dword amount, second dword subnet */
220// int bucket;
221 size_t i, j, k, l; 220 size_t i, j, k, l;
222 char *r = reply; 221 char *r = reply;
223 222