13
0

NOOP: fix comment for abort-after-fatal to follow norms

This commit is contained in:
Paul Davis 2022-06-22 13:31:00 -06:00
parent 3245a89bfe
commit e8e21b3152

View File

@ -460,7 +460,7 @@ Mootcher::threadFunc()
if (r != 0) {
const char * err = strerror(errno);
fatal << string_compose (_("programming error: %1\n"), string_compose (X_("freesound rename failed %1"), err));
abort (); /* XXX probably not appropriat */
abort (); /* NOTREACHED */
} else {
// now download the tags &c.
getSoundResourceFile(ID);