From 303e08e7c1bfa176377e321ea2ca0c70823f6ff6 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 6 Oct 2008 02:02:12 +0000 Subject: [PATCH] Cosmetics --- ot_fullscrape.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ot_fullscrape.c b/ot_fullscrape.c index 0ad0769..a76c154 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= /* This is the entry point into this worker thread It grabs tasks from mutex_tasklist and delivers results back */ -static void * fullscrape_worker( void * args) { +static void * fullscrape_worker( void * args ) { int iovec_entries; struct iovec *iovector; @@ -230,4 +230,4 @@ static void fullscrape_make( int *iovec_entries, struct iovec **iovector, ot_tas } #endif -const char *g_version_fullscrape_c = "$Source: /home/cvsroot/opentracker/ot_fullscrape.c,v $: $Revision: 1.19 $\n"; +const char *g_version_fullscrape_c = "$Source: /home/cvsroot/opentracker/ot_fullscrape.c,v $: $Revision: 1.20 $\n";