summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests/test_select.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-06 23:37:07 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 01:36:34 -0600
commit599c887d12d406296f356a02b1088f04ffe1f26e (patch)
treee2e4361fdcc8033ed02e3f144f66064e21793be8 /libcr_ipc/tests/test_select.c
parentb46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (diff)
libcr_ipc: Have *_DECLARE() allow+require semicolons
Diffstat (limited to 'libcr_ipc/tests/test_select.c')
-rw-r--r--libcr_ipc/tests/test_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/tests/test_select.c b/libcr_ipc/tests/test_select.c
index 07ddc09..9609534 100644
--- a/libcr_ipc/tests/test_select.c
+++ b/libcr_ipc/tests/test_select.c
@@ -9,7 +9,7 @@
#include "test.h"
-CR_CHAN_DECLARE(intchan, int)
+CR_CHAN_DECLARE(intchan, int);
intchan_t ch[10] = {0};
intchan_t fch = {0};