Mercurial > MadButterfly
comparison src/X_supp.c @ 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 |
comparison
equal
deleted
inserted
replaced
998:dfba5688e19a | 999:d975a59d4504 |
---|---|
193 | 193 |
194 static mb_IO_factory_t _X_supp_default_io_factory = { | 194 static mb_IO_factory_t _X_supp_default_io_factory = { |
195 _x_supp_io_man_new, | 195 _x_supp_io_man_new, |
196 _x_supp_io_man_free | 196 _x_supp_io_man_free |
197 }; | 197 }; |
198 static mb_IO_factory_t *_io_factory = _X_supp_default_io_factory; | 198 static mb_IO_factory_t *_io_factory = &_X_supp_default_io_factory; |
199 | 199 |
200 static struct _X_supp_IO_man _default_io_man = { | 200 static struct _X_supp_IO_man _default_io_man = { |
201 {_x_supp_io_man_reg, _x_supp_io_man_unreg}, | 201 {_x_supp_io_man_reg, _x_supp_io_man_unreg}, |
202 {}, /* monitors */ | 202 {}, /* monitors */ |
203 0 /* n_monitor */ | 203 0 /* n_monitor */ |