summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c')
-rw-r--r--lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c b/lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c
index 7ba72355..6a1e5d44 100644
--- a/lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c
+++ b/lib/avtp_pipeline/adp/openavb_adp_sm_advertise_entity.c
@@ -201,7 +201,7 @@ void openavbAdpSMAdvertiseEntityStart()
bool errResult;
THREAD_CREATE(openavbAdpSmAdvertiseEntityThread, openavbAdpSmAdvertiseEntityThread, NULL, openavbAdpSMAdvertiseEntityThreadFn, NULL);
THREAD_CHECK_ERROR(openavbAdpSmAdvertiseEntityThread, "Thread / task creation failed", errResult);
- if (errResult); // Already reported
+ if (errResult); // Already reported
AVB_TRACE_EXIT(AVB_TRACE_ADP);
}