From b56dbfd9d967e5b6ce7be9f81f206112e19e1030 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 1 Nov 2019 18:17:42 +1100 Subject: Add missing bracket in realpath macro. --- openbsd-compat/bsd-misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat') diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 429ade047..7bf7b048a 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h @@ -183,7 +183,7 @@ struct tm *localtime_r(const time_t *, struct tm *); #endif #ifndef HAVE_REALPATH -#define realpath(x, y) (sftp_realpath((x), (y)) +#define realpath(x, y) (sftp_realpath((x), (y))) #endif #endif /* _BSD_MISC_H */ -- cgit v1.2.3