# HG changeset patch # User Thinker K.F. Li # Date 1290357750 -28800 # Node ID b462b9e213e8369c69edbaeda96041539131dd73 # Parent c92aabb054e2135443355192211fb60d773db1f1 Fix typo for the name of _mb_IO_man diff -r c92aabb054e2 -r b462b9e213e8 src/X_supp.c --- a/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 +++ b/src/X_supp.c Mon Nov 22 00:42:30 2010 +0800 @@ -188,7 +188,7 @@ static int _x_supp_io_man_reg(struct _mb_IO_man *io_man, int fd, MB_IO_TYPE type, mb_IO_cb_t cb, void *data); -static void _x_supp_io_man_unreg(struct _mb_IO_Man *io_man, int io_hdl); +static void _x_supp_io_man_unreg(struct _mb_IO_man *io_man, int io_hdl); static mb_IO_man_t *_x_supp_io_man_new(void); static void _x_supp_io_man_free(mb_IO_man_t *io_man);