From 1a349003865ba8a1d9844aba07ac37e43e65ba4b Mon Sep 17 00:00:00 2001 From: Stefan Widgren Date: Wed, 20 Mar 2019 21:20:01 +0100 Subject: xdiff: fix typo --- src/xdiff/xdiffi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdiff/xdiffi.c b/src/xdiff/xdiffi.c index 9a7f53808..916295b44 100644 --- a/src/xdiff/xdiffi.c +++ b/src/xdiff/xdiffi.c @@ -36,7 +36,7 @@ #elif defined(__GNUC__) # define XDL_INLINE(type) static __inline__ type #else -#define XDG_INLINE(type) static type +# define XDL_INLINE(type) static type #endif typedef struct s_xdpsplit { -- cgit v1.2.1