summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index dfffc3b3cd..d15e26ae36 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -206,7 +206,7 @@ struct
206{ 206{
207 bool foreground; /* set as long as we're owning the UI */ 207 bool foreground; /* set as long as we're owning the UI */
208 bool exiting; /* signal to the thread that we want to exit */ 208 bool exiting; /* signal to the thread that we want to exit */
209 struct thread_entry *thread; /* worker thread id */ 209 unsigned int thread; /* worker thread id */
210} gTread; 210} gTread;
211 211
212static const struct plugin_api* rb; /* here is the global API struct pointer */ 212static const struct plugin_api* rb; /* here is the global API struct pointer */