projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35acd8e
)
Add FALLTHROUGH comment
author
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:58:35 +0000
(10:58 -0400)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 6 Oct 2011 14:58:35 +0000
(10:58 -0400)
amq/amq.c
patch
|
blob
|
history
diff --git
a/amq/amq.c
b/amq/amq.c
index a9a6ad34b70fcafa84d2847d5a08beb18e30021a..0369951e0b081b00acd5cc8621a334e2c3fe57c5 100644
(file)
--- 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;
}