Drop double semicolons

This commit is contained in:
Peter Hutterer 2021-05-20 11:20:19 +10:00 committed by Wim Taymans
parent b1610d37fe
commit 71c6a175c4
10 changed files with 14 additions and 14 deletions

View file

@ -116,7 +116,7 @@ void
conv_u8_to_f32_c(struct convert *conv, void * SPA_RESTRICT dst[], const void * SPA_RESTRICT src[],
uint32_t n_samples)
{
uint32_t i, n_channels = conv->n_channels;;
uint32_t i, n_channels = conv->n_channels;
const uint8_t *s = src[0];
float *d = dst[0];