summaryrefslogtreecommitdiff
path: root/usr/src/lib/libtecla/common/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libtecla/common/expand.c')
-rw-r--r--usr/src/lib/libtecla/common/expand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libtecla/common/expand.c b/usr/src/lib/libtecla/common/expand.c
index db00c7bfff..67991270d0 100644
--- a/usr/src/lib/libtecla/common/expand.c
+++ b/usr/src/lib/libtecla/common/expand.c
@@ -29,8 +29,6 @@
* of the copyright holder.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* If file-system access is to be excluded, this module has no function,
* so all of its code should be excluded.
@@ -887,6 +885,7 @@ static int ef_string_matches_pattern(const char *file, const char *pattern,
/*
* A normal character to be matched explicitly.
*/
+ /* FALLTHROUGH */
default:
if(*fptr == *pptr) {
fptr++;