mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-03 06:39:51 +00:00
Add a statement terminating semicolon.
Original commit message from CVS: Add a statement terminating semicolon.
This commit is contained in:
parent
e4e2257667
commit
f1a3504f2f
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