Commit 1a349003865ba8a1d9844aba07ac37e43e65ba4b

Stefan Widgren 2019-03-20T21:20:01

xdiff: fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/xdiff/xdiffi.c b/src/xdiff/xdiffi.c
index 9a7f538..916295b 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 {