pathd: Make pathd happy with clang-16

Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
This commit is contained in:
Donald Sharp 2022-10-26 07:39:14 -04:00
parent 103372fd75
commit d038abcc25

View File

@ -162,7 +162,7 @@ bool path_ted_is_initialized(void)
*
* @return Ptr to ted or NULL
*/
struct ls_ted *path_ted_create_ted()
struct ls_ted *path_ted_create_ted(void)
{
struct ls_ted *ted = ls_ted_new(TED_KEY, TED_NAME, TED_ASN);