Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'silk/check_control_input.c')
-rw-r--r--silk/check_control_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/check_control_input.c b/silk/check_control_input.c
index 0a8d7269..35888c9a 100644
--- a/silk/check_control_input.c
+++ b/silk/check_control_input.c
@@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Check encoder control struct */
opus_int check_control_input(
- silk_EncControlStruct *encControl /* I: Control structure */
+ silk_EncControlStruct *encControl /* I Control structure */
)
{
silk_assert( encControl != NULL );