summaryrefslogtreecommitdiff
path: root/src/music/extmidi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/music/extmidi.cpp')
-rw-r--r--src/music/extmidi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/extmidi.cpp b/src/music/extmidi.cpp
index 12b3689e2..d39a050f6 100644
--- a/src/music/extmidi.cpp
+++ b/src/music/extmidi.cpp
@@ -124,7 +124,7 @@ void MusicDriver_ExtMidi::DoPlay()
case -1:
DEBUG(driver, 0, "extmidi: couldn't fork: %s", strerror(errno));
- /* FALL THROUGH */
+ FALLTHROUGH;
default:
this->song[0] = '\0';