summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 19:00:02 +0000
committerphk <phk@FreeBSD.org>2003-05-31 19:00:02 +0000
commitf06c9aba1b605734b0229e580c382c5050e1d318 (patch)
tree1b081c4533ebe62cbbd18c84c91a458e56d93e45 /sys/ddb
parentd6248ffb88205a075952163a1672cfa2c038999e (diff)
downloadFreeBSD-src-f06c9aba1b605734b0229e580c382c5050e1d318.zip
FreeBSD-src-f06c9aba1b605734b0229e580c382c5050e1d318.tar.gz
Add /* FALLTHROUGH */
Found by: FlexeLint
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 97f5980..ce2e694c 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -267,6 +267,7 @@ db_inputchar(c)
*/
c = '\r';
case '\n':
+ /* FALLTHROUGH */
case '\r':
*db_le++ = c;
return (1);
OpenPOWER on IntegriCloud