From 5ce289f52656433ff25ed8cc72305131211942d5 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 6 Oct 2011 10:58:35 -0400 Subject: [PATCH] Add FALLTHROUGH comment --- amq/amq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/amq/amq.c b/amq/amq.c index a9a6ad34..0369951e 100644 --- a/amq/amq.c +++ b/amq/amq.c @@ -394,6 +394,7 @@ amu_sync_umnt_to_retval(amq_sync_umnt *rv) */ return 0; } + /*FALLTHROUGH*/ default: return rv->au_etype; } -- 2.43.0