Commit 5f188c48aaf0acbdc9b0b1637ff4159341e6c9a1

Patrick Steinhardt 2019-03-29T11:52:39

Merge pull request #5024 from stewid/xdiff-fix-typo 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 {