gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 116/153: x509asn1: use FALLTHROUGH


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 116/153: x509asn1: use FALLTHROUGH
Date: Tue, 11 Sep 2018 12:53:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 205f5b5972d4fc5bb9d6d560ccf23eacca89bdc9
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Aug 21 22:26:36 2018 +0200

    x509asn1: use FALLTHROUGH
    
    ... as no other comments are accepted since 014ed7c22f51463
---
 lib/x509asn1.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/x509asn1.c b/lib/x509asn1.c
index 0ab077d50..72a0b4a00 100644
--- a/lib/x509asn1.c
+++ b/lib/x509asn1.c
@@ -302,10 +302,10 @@ utf8asn1str(char **to, int type, const char *from, const 
char *end)
       case 4:
         wc = (wc << 8) | *(const unsigned char *) from++;
         wc = (wc << 8) | *(const unsigned char *) from++;
-        /* fallthrough */
+        /* FALLTHROUGH */
       case 2:
         wc = (wc << 8) | *(const unsigned char *) from++;
-        /* fallthrough */
+        /* FALLTHROUGH */
       default: /* case 1: */
         wc = (wc << 8) | *(const unsigned char *) from++;
       }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]