Mercurial > MadButterfly
changeset 999:d975a59d4504 refine_backend_if
Fix typo on variable reference
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 22 Nov 2010 00:42:30 +0800 |
parents | dfba5688e19a |
children | c92aabb054e2 |
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 @@ -195,7 +195,7 @@ _x_supp_io_man_new, _x_supp_io_man_free }; -static mb_IO_factory_t *_io_factory = _X_supp_default_io_factory; +static mb_IO_factory_t *_io_factory = &_X_supp_default_io_factory; static struct _X_supp_IO_man _default_io_man = { {_x_supp_io_man_reg, _x_supp_io_man_unreg},