changeset 1001:b462b9e213e8 refine_backend_if

Fix typo for the name of _mb_IO_man
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +0800
parents c92aabb054e2
children aa0583e0a96b
files src/X_supp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);