From a58f682652d61ed6f0a0acfe123f0a4554fbfde1 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Mon, 1 Sep 2025 16:57:39 -0400 Subject: [PATCH] include/strutils: add missing header guard comment Signed-off-by: Christian Goeschel Ndjomouo --- include/strutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/strutils.h b/include/strutils.h index add042d8f..e4518cdcf 100644 --- a/include/strutils.h +++ b/include/strutils.h @@ -478,4 +478,4 @@ extern int ul_optstr_next(char **optstr, char **name, size_t *namesz, char **val extern int ul_optstr_is_valid(const char *optstr); extern char *ul_optstr_get_value(const char *optstr, const char *key); -#endif +#endif /* UTIL_LINUX_STRUTILS */ -- 2.47.3