summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tree2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tree2.c b/test/tree2.c
index d5d4c72..73c6f92 100644
--- a/test/tree2.c
+++ b/test/tree2.c
@@ -237,6 +237,7 @@ int main(int argc, char **argv)
Document = NULL;
state = EXPECT_DATA;
+ /* Fall through. */
case EXPECT_DATA:
if (strcmp(line, "#data\n") == 0) {