Remove extra full stop from SOUND error

This commit is contained in:
Pasi Kallinen
2022-04-30 16:53:47 +03:00
parent 7b577d4ad1
commit 71c55e4285

View File

@@ -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 */