Commit bfeaad6f authored by mir's avatar mir

Stupid bug

parent aa8810bf
......@@ -157,7 +157,7 @@ void nr_processULSegment(void *arg)
ldpcDecode_t *rdata = (ldpcDecode_t *)arg;
#ifdef TASK_MANAGER
if(*rdata->cancel == true);
if(*rdata->cancel == true)
return;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment