summaryrefslogtreecommitdiff
path: root/usr/src/lib/libtecla/common/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libtecla/common/history.c')
-rw-r--r--usr/src/lib/libtecla/common/history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libtecla/common/history.c b/usr/src/lib/libtecla/common/history.c
index 377b802890..e1bbbaa8a9 100644
--- a/usr/src/lib/libtecla/common/history.c
+++ b/usr/src/lib/libtecla/common/history.c
@@ -34,8 +34,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -2722,6 +2720,7 @@ static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr)
/*
* A normal character to be matched explicitly.
*/
+ /* FALLTHROUGH */
default:
if(lstr->c == pstr->c) {
glh_step_stream(lstr);