From e06d2c402ae86eb74e1f651ba5d2930112fa7f4c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 22 Dec 2023 08:43:46 +0100 Subject: [PATCH] detect/content: limits prop comment cleanup --- src/detect-content.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-content.c b/src/detect-content.c index 944172702d..2f98840005 100644 --- a/src/detect-content.c +++ b/src/detect-content.c @@ -383,9 +383,9 @@ void DetectContentFree(DetectEngineCtx *de_ctx, void *ptr) SCReturn; } -/* +/** * \brief Determine the size needed to accommodate the content - * elements of a signature + * elements of a signature * \param s signature to get dsize value from * \param max_size Maximum buffer/data size allowed. * \param list signature match list.