examples/ip_pipeline: fix copy-paste error
Coverity issue: 107104 Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
28dc492941
commit
0bff0fd263
@ -2398,7 +2398,7 @@ save_pipeline_params(struct app_params *app, FILE *f)
|
||||
}
|
||||
|
||||
/* msgq_out */
|
||||
if (p->n_msgq_in) {
|
||||
if (p->n_msgq_out) {
|
||||
uint32_t j;
|
||||
|
||||
fprintf(f, "msgq_out =");
|
||||
|
Loading…
x
Reference in New Issue
Block a user