diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
commit | f8533bb42247761b6b28bdff208cf03289d2fc75 (patch) | |
tree | 1020437768c3029c4fc898c0b242784c1a4d3c71 /WWW/Library/Implementation/HTRules.c | |
parent | 5600928a5398f5f67b7e0915021dddf3e56acc74 (diff) | |
download | lynx-snapshots-f8533bb42247761b6b28bdff208cf03289d2fc75.tar.gz |
snapshot of project "lynx", label v2-8-9dev_14e
Diffstat (limited to 'WWW/Library/Implementation/HTRules.c')
-rw-r--r-- | WWW/Library/Implementation/HTRules.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTRules.c b/WWW/Library/Implementation/HTRules.c index b1e263bb..91ac93d5 100644 --- a/WWW/Library/Implementation/HTRules.c +++ b/WWW/Library/Implementation/HTRules.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTRules.c,v 1.46 2016/11/24 15:29:50 tom Exp $ + * $LynxId: HTRules.c,v 1.47 2017/07/02 19:45:22 tom Exp $ * * Configuration manager for Hypertext Daemon HTRules.c * ========================================== @@ -291,6 +291,7 @@ char *HTTranslate(const char *required) case HT_Progress: case HT_Alert: LYFixCursesOn("show rule message:"); /* and fall through */ + /* FALLTHRU */ case HT_AlwaysAlert: pMsg = r->equiv ? r->equiv : (r->op == HT_AlwaysAlert) ? "%s" : "Rule: %s"; @@ -335,7 +336,7 @@ char *HTTranslate(const char *required) CTRACE((tfp, "HTRule: Pass `%s'\n", current)); return current; } - /* Else fall through ...to map and pass */ + /* FALLTHRU */ case HT_Map: case HT_Redirect: |