From a6d104090ef752126766ef237db1ff1dc6b966f0 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 7 Apr 2025 12:37:15 -0400 Subject: cmc cleanup and testing - Add waveform drawing notes. Signed-off-by: Andrew Opalach --- src/fruits/ctv/ctv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fruits/ctv') diff --git a/src/fruits/ctv/ctv.c b/src/fruits/ctv/ctv.c index d8094c3..55ab773 100644 --- a/src/fruits/ctv/ctv.c +++ b/src/fruits/ctv/ctv.c @@ -26,7 +26,7 @@ static nn_thread_result NNWT_THREADCALL event_loop_thread(void *userdata) prefs->audio_lang = CAMU_LANG_ENGLISH; prefs->subtitle_lang = CAMU_LANG_ENGLISH; - if (!camu_desktop_connect(&c->desktop, NNWT_SOCKET_TCP, &c->loop, &CAMU_TEST_ADDR, CAMU_PORT)) { + if (!camu_desktop_connect(&c->desktop, &c->loop, NNWT_SOCKET_TCP, &CAMU_TEST_ADDR, CAMU_PORT)) { return 0; } -- cgit v1.2.3-101-g0448