From c311eae67481b400bccac0bfe71d6cad846db2fc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 14 Mar 2016 09:01:11 +0100 Subject: [PATCH 1/1] opus_afh.c: Trivial whitespace fix. Just an overlong line. --- opus_afh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opus_afh.c b/opus_afh.c index ace83008..e7511d36 100644 --- a/opus_afh.c +++ b/opus_afh.c @@ -96,7 +96,8 @@ static int opus_packet_callback(ogg_packet *packet, int packet_num, if (ret < 0) return ret; afhi->channels = oh->channels; - afhi->techinfo = make_message("header version %d, input sample rate: %dHz", + afhi->techinfo = make_message( + "header version %d, input sample rate: %" PRIu32 "Hz", oh->version, oh->input_sample_rate); /* * The input sample rate is irrelevant for afhi->frequency as -- 2.39.2