mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Fix typo breaking compile.
This commit is contained in:
parent
3060888264
commit
383847e75c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ getL2Addr( const CommsAddrRec const* addrP, struct sockaddr_l2* const saddr )
|
|||
sdp_list_t *r;
|
||||
|
||||
// go through each of the service records
|
||||
for ( r = response_list;; r; r = r->next ) {
|
||||
for ( r = response_list; r; r = r->next ) {
|
||||
sdp_list_t *proto_list = NULL;
|
||||
sdp_record_t *rec = (sdp_record_t*) r->data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue