From: Jonathan McDowell Date: Thu, 14 Sep 2023 13:32:39 +0000 (+0530) Subject: Remove stray ; from keydb_keyring X-Git-Tag: onak-0.6.3~21 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=e83421524e00d9cd636ad697eb3121f504339c9e Remove stray ; from keydb_keyring No need for a ; at the end of a function... --- diff --git a/keydb/keydb_keyring.c b/keydb/keydb_keyring.c index 7f6d494..328aa73 100644 --- a/keydb/keydb_keyring.c +++ b/keydb/keydb_keyring.c @@ -373,7 +373,7 @@ static void keyring_cleanupdb(struct onak_dbctx *dbctx) if (dbctx != NULL) { free(dbctx); } -}; +} /** * initdb - Initialize the key database.