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:
Fan Zhang 2015-12-11 11:29:08 +00:00 committed by Thomas Monjalon
parent 28dc492941
commit 0bff0fd263

View File

@ -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 =");