Commit e3e1828f authored by Jean-Paul Saman's avatar Jean-Paul Saman

decoder chain: remove superflous message from dvbpsi_decoder_chain_get()

parent 3f0c670d
......@@ -216,6 +216,5 @@ dvbpsi_decoder_t *dvbpsi_decoder_chain_get(dvbpsi_t *p_dvbpsi, const uint16_t ta
p = p->p_next;
}
dvbpsi_error(p_dvbpsi, "chain", "decoder not found");
return NULL;
}
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