From b4d83cb65a6b9f4d2c10bf6fc97b4ee470c6db80 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 7 Mar 2020 10:40:08 +1000 Subject: [PATCH] Silence a -Wnewline-eof warning. --- extras/speex_resampler/ma_speex_resampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/speex_resampler/ma_speex_resampler.h b/extras/speex_resampler/ma_speex_resampler.h index c6f405d7..1d19e1a7 100644 --- a/extras/speex_resampler/ma_speex_resampler.h +++ b/extras/speex_resampler/ma_speex_resampler.h @@ -127,4 +127,4 @@ EXPORT int ma_speex_resampler_get_expected_output_frame_count(SpeexResamplerStat return RESAMPLER_ERR_SUCCESS; } -#endif \ No newline at end of file +#endif