From: Pasi Kallinen Date: Sat, 30 Apr 2022 13:53:47 +0000 (+0300) Subject: Remove extra full stop from SOUND error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71c55e4285d265552c0b21e702120a38c609a432;p=nethack Remove extra full stop from SOUND error --- 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 */