From 288900ff0457b5f9cff7c702c533cd1b702d7061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 3 Jan 2025 12:49:44 +0100 Subject: [PATCH] Fix comment according to code format checker The code format checker requires this code comment to be fixed. --- util/kb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/kb.h b/util/kb.h index a67b7a58..fccb36b6 100644 --- a/util/kb.h +++ b/util/kb.h @@ -73,7 +73,7 @@ struct kb_item { char *v_str; /**< Hold an str value for this kb item. */ int v_int; /**< Hold an int value for this kb item. */ - }; /**< Value of this knowledge base item. */ + }; /**< Value of this knowledge base item. */ size_t len; /**< Length of string. */ struct kb_item *next; /**< Next item in list. */