add missing return (from merge)

This commit is contained in:
Matthias Ringwald 2015-11-11 14:21:13 +01:00
parent 3bfacaf947
commit 021517889e

View File

@ -307,6 +307,7 @@ static int hfp_hf_run_for_context_service_level_connection(hfp_connection_t * co
default:
break;
}
return done;
}
static void hfp_hf_handle_ok_service_level_connection_establishment(hfp_connection_t *context){