From 39801adc1956b3b9925567b88ecc0a93bd834384 Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Sun, 20 Sep 2020 17:53:27 +1000 Subject: [PATCH] avformat/argo_asf: cosmetics Signed-off-by: Zane van Iperen --- libavformat/argo_asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c index eb0c18601d3..6f7d9e93c95 100644 --- a/libavformat/argo_asf.c +++ b/libavformat/argo_asf.c @@ -348,7 +348,7 @@ static int argo_asf_write_header(AVFormatContext *s) const char *end = strrchr(start, '.'); size_t len; - if(end) + if (end) len = end - start; else len = strlen(start); -- 2.39.5