diff --git a/src/pathcomp/backend/pathComp_RESTapi.c b/src/pathcomp/backend/pathComp_RESTapi.c index 1c7258562412e86acea731b189568f5234b61c2b..dd352c613d26124a97c2bdd79070634572a3c976 100644 --- a/src/pathcomp/backend/pathComp_RESTapi.c +++ b/src/pathcomp/backend/pathComp_RESTapi.c @@ -277,7 +277,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st // Add the endpoint Id (uuid) cJSON_AddItemToObject(sinkEndPointIdObj, "endpoint_uuid", cJSON_CreateString(oElem->service_endpoints_id[1].endpoint_uuid)); - return; + return; }