fix compile warning

This commit is contained in:
Matthias Ringwald 2015-07-27 22:50:44 +02:00
parent 3b6d4121dc
commit ce138350af

View File

@ -50,7 +50,8 @@ static void handle_sdp_parser_event(sdp_query_event_t * event){
case SDP_QUERY_SERVICE_RECORD_HANDLE:
ve = (sdp_query_service_record_handle_event_t*) event;
CHECK_EQUAL(ve->record_handle, record_handle++);
CHECK_EQUAL(ve->record_handle, record_handle);
record_handle++;
break;