mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
fixed status eq
This commit is contained in:
parent
8877f02eb6
commit
92080c720b
Binary file not shown.
@ -60,7 +60,7 @@ modest_finder_t * modest_finder_create_simple(myhtml_tree_t* myhtml_tree, mycss_
|
||||
if(finder == NULL)
|
||||
return NULL;
|
||||
|
||||
if(modest_finder_init(finder, myhtml_tree, stylesheet) != MyHTML_STATUS_OK)
|
||||
if(modest_finder_init(finder, myhtml_tree, stylesheet) != MODEST_STATUS_OK)
|
||||
return modest_finder_destroy(finder, true);
|
||||
|
||||
return finder;
|
||||
|
Loading…
Reference in New Issue
Block a user