From f703811f3616465f8de1ffaedb33ab419afc2fc1 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Sun, 25 Aug 2002 13:10:45 +0000 Subject: Replace various spelling with FALLTHROUGH which is lint()able --- libutil/login_cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libutil/login_cap.c b/libutil/login_cap.c index 55784d7..7d50128 100644 --- a/libutil/login_cap.c +++ b/libutil/login_cap.c @@ -245,7 +245,7 @@ login_getclassbyname(char const *name, const struct passwd *pwd) msg = "%s: no default/fallback class '%s'"; if (cgetent(&lc->lc_cap, login_dbarray, (char*)name) != 0 && r >= 0) break; - /* Fallthru - just return system defaults */ + /* FALLTHROUGH - just return system defaults */ case 0: /* success! */ if ((lc->lc_class = strdup(name)) != NULL) { if (dir) { -- cgit v1.2.3-56-ge451