[git] GCRYPT - branch, master, updated. libgcrypt-1.8.0-5-gb7cd443
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Jul 25 08:27:22 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".
The branch, master has been updated
via b7cd44335d9cde43be6f693dca6399ed0762649c (commit)
from ac39522ab08fcd2483edc223334c6ab9d19e91f3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7cd44335d9cde43be6f693dca6399ed0762649c
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Jul 25 15:26:33 2017 +0900
sexp: Add fall through annotation.
* src/dumpsexp.c (parse_and_print): It's fall through.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/dumpsexp.c b/src/dumpsexp.c
index f6384d7..5aeb77d 100644
--- a/src/dumpsexp.c
+++ b/src/dumpsexp.c
@@ -546,6 +546,7 @@ parse_and_print (FILE *fp)
state = IN_DATA;
printctl ("begindata");
init_data ();
+ /* fall through */
case IN_DATA:
if (datalen)
{
-----------------------------------------------------------------------
Summary of changes:
src/dumpsexp.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits
More information about the Gcrypt-devel
mailing list