diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-10-26 07:39:14 -0400 | 
|---|---|---|
| committer | Donald Sharp <donaldsharp72@gmail.com> | 2022-10-26 07:39:14 -0400 | 
| commit | d038abcc2594b10e70f4cebc5e257cb119887cb8 (patch) | |
| tree | e880368c9d10c92b0d90d90a3a48a22d99a67a67 /pathd | |
| parent | 103372fd75d4bda27c6e87cdc7146d4060d6d873 (diff) | |
pathd: Make pathd happy with clang-16
Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
Diffstat (limited to 'pathd')
| -rw-r--r-- | pathd/path_ted.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c index 316255a97e..bb04d285c9 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -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);  | 
