aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-07-22 09:36:59 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-07-22 09:36:59 +0200
commitc259df5ca9f436ecfe2f614c752080bbcfb95f0b (patch)
tree8c897469554cc0da001f13a2bd0afe9b334d4319
parent1924f5959698c770e91aa5875c7db1d0635bb1ef (diff)
downloadmmsd-c259df5ca9f436ecfe2f614c752080bbcfb95f0b.tar.gz
wsputil: Fix fall through comment
-rw-r--r--src/wsputil.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wsputil.c b/src/wsputil.c
index aa6707b..9793b05 100644
--- a/src/wsputil.c
+++ b/src/wsputil.c
@@ -941,7 +941,9 @@ gboolean wsp_parameter_iter_next(struct wsp_parameter_iter *pi,
return TRUE;
}
- /* Fall through to the string case */
+ /* Continue to the string case */
+
+ /* fall through */
case WSP_PARAMETER_TYPE_NAME_DEFUNCT:
case WSP_PARAMETER_TYPE_FILENAME_DEFUNCT:
case WSP_PARAMETER_TYPE_START_DEFUNCT: