From e8e21b3152565395f2c9fd5579e2a6dfee889885 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 22 Jun 2022 13:31:00 -0600 Subject: [PATCH] NOOP: fix comment for abort-after-fatal to follow norms --- gtk2_ardour/sfdb_freesound_mootcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/sfdb_freesound_mootcher.cc b/gtk2_ardour/sfdb_freesound_mootcher.cc index 518d96ddd8..cc4087770e 100644 --- a/gtk2_ardour/sfdb_freesound_mootcher.cc +++ b/gtk2_ardour/sfdb_freesound_mootcher.cc @@ -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);