Skip to content

Commit 12b0f1c

Browse files
committed
Fix typo to fix the broken build on solaris
Signed-off-by: Stefan Widgren <[email protected]>
1 parent a216ed7 commit 12b0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libgit2/src/xdiff/xdiffi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#elif defined(__GNUC__)
3737
# define XDL_INLINE(type) static __inline__ type
3838
#else
39-
#define XDG_INLINE(type) static type
39+
# define XDL_INLINE(type) static type
4040
#endif
4141

4242
typedef struct s_xdpsplit {

0 commit comments

Comments
 (0)