Add a statement terminating semicolon.
Original commit message from CVS: Add a statement terminating semicolon.
This commit is contained in:
parent
e4e2257667
commit
f1a3504f2f
@ -284,7 +284,7 @@ gst_ladspa_class_init (GstLADSPAClass *klass)
|
|||||||
#endif /* LADSPA_IS_HINT_HAS_DEFAULT */
|
#endif /* LADSPA_IS_HINT_HAS_DEFAULT */
|
||||||
|
|
||||||
klass->control_info[i].def = CLAMP(klass->control_info[i].def,
|
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])) {
|
if (LADSPA_IS_PORT_INPUT(desc->PortDescriptors[current_portnum])) {
|
||||||
argperms = G_PARAM_READWRITE;
|
argperms = G_PARAM_READWRITE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user