summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2008-10-06 02:02:12 +0000
committererdgeist <>2008-10-06 02:02:12 +0000
commit01ea1648d8184007cedd8ed19a0b471d774b29aa (patch)
treeb7772d9e9bdb0df390e4b6a55b1a13a5b08d7e1b
parenta5917ab6e024ee5729356e9457dcc8f18da6caaa (diff)
Cosmetics
-rw-r--r--ot_fullscrape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index 8175722..abd8cee 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -54,7 +54,7 @@ static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=
54/* This is the entry point into this worker thread 54/* This is the entry point into this worker thread
55 It grabs tasks from mutex_tasklist and delivers results back 55 It grabs tasks from mutex_tasklist and delivers results back
56*/ 56*/
57static void * fullscrape_worker( void * args) { 57static void * fullscrape_worker( void * args ) {
58 int iovec_entries; 58 int iovec_entries;
59 struct iovec *iovector; 59 struct iovec *iovector;
60 60