diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c
index b6e8b3a..afdbaf0 100644
--- a/libavcodec/libilbc.c
+++ b/libavcodec/libilbc.c
@@ -53,7 +53,7 @@ static const AVClass ilbc_dec_class = {
     .class_name = "libilbc",
     .item_name  = av_default_item_name,
     .option     = ilbc_dec_options,
-    .version    = LIBAVUTIL_VERSION_INT.
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 static av_cold int ilbc_decode_init(AVCodecContext *avctx)
