]> jfr.im git - solanum.git/commitdiff
Remove stray semicolons (#339)
authorjailbird777 <redacted>
Fri, 10 Jun 2022 17:07:25 +0000 (12:07 -0500)
committerGitHub <redacted>
Fri, 10 Jun 2022 17:07:25 +0000 (18:07 +0100)
librb/src/crypt.c
librb/src/ports.c

index b2e37240192c2d8c34782c811abfdf28fae7e8c7..87b8a63f30d706c2598232020c7860e51810faa5 100644 (file)
@@ -52,7 +52,7 @@ rb_crypt(const char *key, const char *salt)
                        return rb_sha512_crypt(key, salt);
                default:
                        return NULL;
-               };
+               }
        }
        else
                return rb_des_crypt(key, salt);
index ae80665d2c17934f35c1d10ae0236bcf013646eb..fe2063184ab7e2531c5ad9e00dc3e093a99189f2 100644 (file)
@@ -172,7 +172,7 @@ int
 rb_ports_supports_event(void)
 {
        return 1;
-};
+}
 
 void
 rb_ports_init_event(void)