about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTMIME.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-12-14 20:04:30 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2008-12-14 20:04:30 -0500
commitda2bf8f62108075b8a876b8ad1d881370162bbcf (patch)
treec712a78bcb05f0e919a03f833b6337f35b915a05 /WWW/Library/Implementation/HTMIME.c
parent5bbfb76d074c9acc27ac789ff721a5ebd609a55f (diff)
downloadlynx-snapshots-da2bf8f62108075b8a876b8ad1d881370162bbcf.tar.gz
snapshot of project "lynx", label v2-8-7dev_10e
Diffstat (limited to 'WWW/Library/Implementation/HTMIME.c')
-rw-r--r--WWW/Library/Implementation/HTMIME.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTMIME.c b/WWW/Library/Implementation/HTMIME.c
index 6f3fb58b..bda69913 100644
--- a/WWW/Library/Implementation/HTMIME.c
+++ b/WWW/Library/Implementation/HTMIME.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTMIME.c,v 1.66 2008/12/07 20:23:52 tom Exp $
+ * $LynxId: HTMIME.c,v 1.67 2008/12/14 18:46:52 tom Exp $
  *
  *			MIME Message Parse			HTMIME.c
  *			==================
@@ -1089,6 +1089,7 @@ static void HTMIME_put_character(HTStream *me,
 	if (c == CR) {
 	    return;
 	}
+	/* FALLTHRU */
 
     case mcCHUNKED_DATA_LF:
 	me->state = MIME_CHUNKED;