]> granicus.if.org Git - nethack/commitdiff
Remove extra full stop from SOUND error
authorPasi Kallinen <paxed@alt.org>
Sat, 30 Apr 2022 13:53:47 +0000 (16:53 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 30 Apr 2022 13:53:47 +0000 (16:53 +0300)
src/files.c

index 27388d31b37eddfcca84b75daa99ad1eb7606f28..63276e7648f56d6a5147136ee10f1d94a16aa2d6 100644 (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 */