summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c
index 29e8a749d5..232c3f6bc4 100644
--- a/apps/plugins/pictureflow.c
+++ b/apps/plugins/pictureflow.c
@@ -218,7 +218,7 @@ struct mutex slide_cache_stack_lock;
218 218
219static int empty_slide_hid; 219static int empty_slide_hid;
220 220
221struct thread_entry *thread_id; 221unsigned int thread_id;
222struct event_queue thread_q; 222struct event_queue thread_q;
223 223
224static char tmp_path_name[MAX_PATH]; 224static char tmp_path_name[MAX_PATH];
@@ -831,7 +831,7 @@ bool create_pf_thread(void)
831 IF_PRIO(, PRIORITY_BACKGROUND) 831 IF_PRIO(, PRIORITY_BACKGROUND)
832 IF_COP(, CPU) 832 IF_COP(, CPU)
833 ) 833 )
834 ) == NULL) { 834 ) == 0) {
835 return false; 835 return false;
836 } 836 }
837 thread_is_running = true; 837 thread_is_running = true;