Add a statement terminating semicolon.

Original commit message from CVS:
Add a statement terminating semicolon.
This commit is contained in:
David I. Lehn 2002-09-21 11:32:17 +00:00
parent e5cca4f253
commit 3d843acdbe

View file

@ -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;