From 71c55e4285d265552c0b21e702120a38c609a432 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 30 Apr 2022 16:53:47 +0300 Subject: [PATCH] Remove extra full stop from SOUND error --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 27388d31b..63276e764 100644 --- a/src/files.c +++ b/src/files.c @@ -2796,7 +2796,7 @@ parse_config_line(char *origbuf) } else if (match_varname(buf, "SOUNDDIR", 8) || match_varname(buf, "SOUND", 5)) { if (!g.no_sound_notified++) { - config_error_add("SOUND and SOUNDDIR are not available."); + config_error_add("SOUND and SOUNDDIR are not available"); } ; /* skip this and any further SOUND or SOUNDDIR lines * but leave 'retval' set to True */