Cosmetics

This commit is contained in:
Dirk Engling 2008-10-06 02:02:12 +00:00
parent 499f07b3f0
commit 303e08e7c1
1 changed files with 2 additions and 2 deletions

View File

@ -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";