Commit 1a349003 by Stefan Widgren

xdiff: fix typo

parent 8e4927a4
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment