aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-05-01 13:46:38 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-05-01 13:46:38 +0000
commitd3aad7e92f4628bd23af80927d93d9b44dbdca5b (patch)
treebf98928b637981c3a4a0e004601e1458eb7acd0f /src/html.cc
parent3228301e63d74a1930fdc2d098ff69076b601f4a (diff)
fix comment to a_Html_image_new()
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc
index 21085f41..9fd1234d 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -1951,8 +1951,7 @@ static void Html_tag_open_address(DilloHtml *html,
}
/*
- * Read image-associated tag attributes,
- * create new image and add it to the html page (if add is TRUE).
+ * Read image-associated tag attributes and create new image.
*/
DilloImage *a_Html_image_new(DilloHtml *html, const char *tag,
int tagsize, DilloUrl *url)