diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-09-04 18:42:49 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-09-09 03:39:16 +0200 |
commit | 647b15968c95ec268d6d728eea73756c7ba648a8 (patch) | |
tree | 3b30eb0821ee23197f643cbc87170e998a690ade /src/html/html.c | |
parent | 543c2c94d71adee42c7bd2f8027d75c87ed8120d (diff) |
Rename inl
Diffstat (limited to 'src/html/html.c')
-rw-r--r-- | src/html/html.c | 2 |
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; |