Skip to content

Commit 1a34900

Browse files
committed
xdiff: fix typo
1 parent 8e4927a commit 1a34900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)