diff options
author | jcid <devnull@localhost> | 2008-06-19 16:13:57 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-19 16:13:57 +0200 |
commit | 4fe7cf08fa4ab9e48f037ea99fe86bd4b69d36ee (patch) | |
tree | 86d040483020e9bcc36b13a32d59b6f27ff0edd4 /src/html_common.hh | |
parent | bf81ea10a2b7c648a5db06517f569d92645e830a (diff) |
- minor cleanup.
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 0587a54e..1c48bd4f 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -127,7 +127,7 @@ struct _DilloHtmlState { /* This is used for list items etc; if it is set to TRUE, breaks have to be "handed over" (see Html_add_indented and Html_eventually_pop_dw). */ - bool_t hand_over_break; + bool hand_over_break; }; /* @@ -247,7 +247,7 @@ DilloUrl *a_Html_url_new(DilloHtml *html, DilloImage *a_Html_add_new_image(DilloHtml *html, const char *tag, int tagsize, DilloUrl *url, dw::core::style::StyleAttrs *style_attrs, - bool_t add); + bool add); char *a_Html_parse_entities(DilloHtml *html, const char *token, int toksize); void a_Html_pop_tag(DilloHtml *html, int TagIdx); |