summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Widgren <stefan.widgren@gmail.com>2019-03-20 21:20:01 +0100
committerStefan Widgren <stefan.widgren@gmail.com>2019-03-20 21:20:01 +0100
commit1a349003865ba8a1d9844aba07ac37e43e65ba4b (patch)
treedc1f456eddadfc1efff89555c10dc2d47c80cc89 /src
parent8e4927a44b29e26afa2cbbd410b7a804e4c182e7 (diff)
downloadlibgit2-1a349003865ba8a1d9844aba07ac37e43e65ba4b.tar.gz
xdiff: fix typo
Diffstat (limited to 'src')
-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 {