Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 26, 2024
1 parent f177300 commit eec6cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ustreamer/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void us_stream_loop(us_stream_s *stream) {
drm_ctx.queue = us_queue_init(cap->run->n_bufs);
drm_ctx.stream = stream;
drm_ctx.stop = &threads_stop;
US_THREAD_CREATE(drm_ctx.tid, _drm_thread, &drm_ctx);
US_THREAD_CREATE(drm_ctx.tid, _drm_thread, &drm_ctx); // cppcheck-suppress assertWithSideEffect
}
# endif

Expand Down

0 comments on commit eec6cfd

Please sign in to comment.