Fixed cw_dbg_is_level (type to level)

FossilOrigin-Name: f910017ab812673586aec956b3c97416e482b0bd7e38aab31b4d9d5929d6b4cf
This commit is contained in:
7u83@mail.ru 2014-08-17 09:49:27 +00:00
parent 81bf0f215b
commit a620ac24d2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ extern int cw_dbg_opt_detail;
extern int cw_dbg_opt_level;
#define cw_dbg_is_level(type) (cw_dbg_opt_type & type)
#define cw_dbg_is_level(type) (cw_dbg_opt_type & level)