summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 18:45:44 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commit9e4855365b920c2a80b0f1ab6937280f0b504334 (patch)
tree1e38497b5bc339930f183ef0f0bae5429366fea6 /src/html
parent647b15968c95ec268d6d728eea73756c7ba648a8 (diff)
Rename `inl`
Diffstat (limited to 'src/html')
-rw-r--r--src/html/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html.c b/src/html/html.c
index 53521b8..a7bb21a 100644
--- a/src/html/html.c
+++ b/src/html/html.c
@@ -141,7 +141,7 @@ void blocks_to_html(strbuf *html, block *b, bool tight)
}
// Convert an inline list to HTML. Returns 0 on success, and sets result.
-void inlines_to_html(strbuf *html, struct inl* ils)
+void inlines_to_html(strbuf *html, node_inl* ils)
{
strbuf scrap = GH_BUF_INIT;