summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-07-16 01:09:55 +0300
committerRichard Lowe <richlowe@richlowe.net>2018-02-17 16:35:38 +0000
commit3e1e9f9b5f60fd97b8350805fdcbe6ea6dd752ef (patch)
treee1b82eb416feedff3c7d6998f4f1d0f0a21dc164
parent66d053586622b793fb2252b5365f76dd38610b97 (diff)
downloadillumos-joyent-3e1e9f9b5f60fd97b8350805fdcbe6ea6dd752ef.tar.gz
9115 audiorecord: this statement may fall through
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r--usr/src/cmd/audio/audiorecord/audiorecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/audio/audiorecord/audiorecord.c b/usr/src/cmd/audio/audiorecord/audiorecord.c
index d8b681d777..1879f238fa 100644
--- a/usr/src/cmd/audio/audiorecord/audiorecord.c
+++ b/usr/src/cmd/audio/audiorecord/audiorecord.c
@@ -577,7 +577,7 @@ openinput:
((double)File_hdr.sample_rate / 1000.));
break;
} /* if not -f, fall through */
-
+ /* FALLTHROUGH */
default: /* encoding mismatch */
(void) audio_enc_to_str(&Dev_hdr, msg);
Error(stderr,