From e83421524e00d9cd636ad697eb3121f504339c9e Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Thu, 14 Sep 2023 19:02:39 +0530 Subject: [PATCH] Remove stray ; from keydb_keyring No need for a ; at the end of a function... --- keydb/keydb_keyring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2