aboutsummaryrefslogtreecommitdiffstats
path: root/src/mustach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mustach.c')
-rw-r--r--src/mustach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mustach.c b/src/mustach.c
index 03f3cb1..9868cff 100644
--- a/src/mustach.c
+++ b/src/mustach.c
@@ -99,6 +99,7 @@ static int process(const char *template, struct mustach_itf *itf, void *closure,
template++;
}
c = '&';
+ /*@fallthrough@*/
case '^':
case '#':
case '/':