mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
Add a statement terminating semicolon.
Original commit message from CVS: Add a statement terminating semicolon.
This commit is contained in:
parent
e5cca4f253
commit
3d843acdbe
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ gst_ladspa_class_init (GstLADSPAClass *klass)
|
|||
#endif /* LADSPA_IS_HINT_HAS_DEFAULT */
|
||||
|
||||
klass->control_info[i].def = CLAMP(klass->control_info[i].def,
|
||||
klass->control_info[i].lowerbound, klass->control_info[i].upperbound)
|
||||
klass->control_info[i].lowerbound, klass->control_info[i].upperbound);
|
||||
|
||||
if (LADSPA_IS_PORT_INPUT(desc->PortDescriptors[current_portnum])) {
|
||||
argperms = G_PARAM_READWRITE;
|
||||
|
|
Loading…
Reference in a new issue