summaryrefslogtreecommitdiffstats
path: root/src/afb-api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api.c')
-rw-r--r--src/afb-api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-api.c b/src/afb-api.c
index bb172d7e..38ec4f25 100644
--- a/src/afb-api.c
+++ b/src/afb-api.c
@@ -44,6 +44,7 @@ int afb_api_is_valid_name(const char *name)
default:
if (c > ' ')
break;
+ /*@fallthrough@*/
case '"':
case '#':
case '%':