]> the.earth.li Git - onak.git/commitdiff
Remove stray ; from keydb_keyring
authorJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 13:32:39 +0000 (19:02 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 13:32:39 +0000 (19:02 +0530)
No need for a ; at the end of a function...

keydb/keydb_keyring.c

index 7f6d4940debcdabb2571a8f457a70d74c59263c6..328aa737e796d7809d02560d27942f4c02cae78d 100644 (file)
@@ -373,7 +373,7 @@ static void keyring_cleanupdb(struct onak_dbctx *dbctx)
        if (dbctx != NULL) {
                free(dbctx);
        }
-};
+}
 
 /**
  *     initdb - Initialize the key database.