diff options
| author | Stefan Widgren <stefan.widgren@gmail.com> | 2019-03-20 21:20:01 +0100 |
|---|---|---|
| committer | Stefan Widgren <stefan.widgren@gmail.com> | 2019-03-20 21:20:01 +0100 |
| commit | 1a349003865ba8a1d9844aba07ac37e43e65ba4b (patch) | |
| tree | dc1f456eddadfc1efff89555c10dc2d47c80cc89 /src | |
| parent | 8e4927a44b29e26afa2cbbd410b7a804e4c182e7 (diff) | |
| download | libgit2-1a349003865ba8a1d9844aba07ac37e43e65ba4b.tar.gz | |
xdiff: fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdiff/xdiffi.c | 2 |
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 { |
