From cc7816fefc8b817e1f6b4cfb48021acc0e8582d9 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 21:41:43 +0900 Subject: [PATCH] Fix sox_ng completion - remove needless period --- src/_sox_ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_sox_ng b/src/_sox_ng index a3bcfa9..92885b6 100644 --- a/src/_sox_ng +++ b/src/_sox_ng @@ -425,7 +425,7 @@ _sox_ng_supported_formats() { local -a formats=( 'raw:Raw audio files' '3gp:Third Generation Partnership Project format' - '3g2:Third Generation Partnership Project 2 format'. + '3g2:Third Generation Partnership Project 2 format' '8svx:Amiga 8SVX musical instrument description format' 'aac:Advanced Audio Coding format' 'ac3:Audio Codec 3 (Dolby Digital) format'