Skip to content

Commit

Permalink
Fix comment according to code format checker
Browse files Browse the repository at this point in the history
The code format checker requires this code comment to be fixed.
  • Loading branch information
bjoernricks committed Jan 3, 2025
1 parent c1c2b6c commit 1b64974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/kb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 1b64974

Please sign in to comment.