put the consts back in to make jhjhiti happy

This commit is contained in:
Charles Kerr 2008-12-15 04:37:44 +00:00
parent 2e8d3a6b61
commit 41ea885946
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ closeCb( int * const socket,
}
static void
acceptCb( int * socket,
tr_address * addr UNUSED,
void * userData )
acceptCb( int * const socket,
tr_address * const addr UNUSED,
void * const userData )
{
tr_shared * s = ( tr_shared * )userData;
tr_address clientAddr;