evas scale sample - fix useage of eina thread queue

pass in ref not &ref (other uses were fine - this single one broken)
This commit is contained in:
Carsten Haitzler 2015-02-27 10:35:01 +09:00
parent d602597ac1
commit 6d5b2b32a0
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ _evas_common_scale_sample_thread(void *data EINA_UNUSED,
int h;
todo = msg->task;
eina_thread_queue_wait_done(thread_queue, &ref);
eina_thread_queue_wait_done(thread_queue, ref);
if (!todo) goto end;