From 3e1e9f9b5f60fd97b8350805fdcbe6ea6dd752ef Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 16 Jul 2017 01:09:55 +0300 Subject: [PATCH] 9115 audiorecord: this statement may fall through Reviewed by: Yuri Pankov Reviewed by: Robert Mustacchi Approved by: Richard Lowe --- usr/src/cmd/audio/audiorecord/audiorecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.4.GIT