mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-wfdctl: remove extra NULL parameter
This commit is contained in:
parent
a659094e42
commit
abf940f350
1 changed files with 1 additions and 2 deletions
|
@ -686,8 +686,7 @@ static int wfd_out_session_create_pipeline(struct wfd_session *s)
|
||||||
snprintf(vsrc_param1, sizeof(vsrc_param1),
|
snprintf(vsrc_param1, sizeof(vsrc_param1),
|
||||||
"%s=\"%s\"",
|
"%s=\"%s\"",
|
||||||
os->display_param_name,
|
os->display_param_name,
|
||||||
os->display_param_value,
|
os->display_param_value);
|
||||||
NULL);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue