From 9142bab7363095e538d1f24bed6ae32a9b1d5820 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 Aug 2018 22:16:34 +0100 Subject: remove a warning on openbsd --- utils/filepath.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/filepath.c b/utils/filepath.c index 156ba2d75..ee5f107c9 100644 --- a/utils/filepath.c +++ b/utils/filepath.c @@ -142,7 +142,11 @@ char *filepath_find(char **respathv, const char *filename) } /* exported interface documented in filepath.h */ -char *filepath_sfinddef(char **respathv, char *filepath, const char *filename, const char *def) +char * +filepath_sfinddef(char **respathv, + char *filepath, + const char *filename, + const char *def) { char t[PATH_MAX]; char *ret; -- cgit v1.2.3