From: Christian Goeschel Ndjomouo Date: Mon, 1 Sep 2025 20:57:39 +0000 (-0400) Subject: include/strutils: add missing header guard comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a58f682652d61ed6f0a0acfe123f0a4554fbfde1;p=thirdparty%2Futil-linux.git include/strutils: add missing header guard comment Signed-off-by: Christian Goeschel Ndjomouo --- 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 */