summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-03-29 11:52:39 +0100
committerGitHub <noreply@github.com>2019-03-29 11:52:39 +0100
commit5f188c48aaf0acbdc9b0b1637ff4159341e6c9a1 (patch)
treee858f19858eb788834aa537a38845f492b13f1cb
parent675251d168e0c5a69a92d30171ad273f88a4d100 (diff)
parent1a349003865ba8a1d9844aba07ac37e43e65ba4b (diff)
downloadlibgit2-5f188c48aaf0acbdc9b0b1637ff4159341e6c9a1.tar.gz
Merge pull request #5024 from stewid/xdiff-fix-typo
xdiff: fix typo
-rw-r--r--src/xdiff/xdiffi.c2
1 files changed, 1 insertions, 1 deletions
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 {