From b1e81c86828ca690ffc0320fa5c55d30939df797 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 8 Jan 2017 12:56:01 -0800 Subject: [PATCH] Fix typographical error. --- src/formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formats.c b/src/formats.c index b905887a..b9a56867 100644 --- a/src/formats.c +++ b/src/formats.c @@ -443,7 +443,7 @@ static const coding_info coding_info_list[] = { {coding_G719, "ITU G.719 annex B (Polycom Siren 22)"}, #endif #ifdef VGM_USE_MAIATRAC3PLUS - {coding_AT3plus "ATRAC3plus"}, + {coding_AT3plus, "ATRAC3plus"}, #endif #ifdef VGM_USE_FFMPEG {coding_FFmpeg, "FFmpeg"},