summaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 18:42:49 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commit647b15968c95ec268d6d728eea73756c7ba648a8 (patch)
tree3b30eb0821ee23197f643cbc87170e998a690ade /src/html
parent543c2c94d71adee42c7bd2f8027d75c87ed8120d (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 a9356dd..53521b8 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, inl* ils)
+void inlines_to_html(strbuf *html, struct inl* ils)
{
strbuf scrap = GH_BUF_INIT;