Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vapi/libmarkdown.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Markdown
public void initialize ();
public void with_html5_tags ();
public void shlib_destructor ();
public char markdown_version[];
public char markdown_version[512];

[Compact]
[CCode (cname = "MMIOT", cprefix = "mkd_", free_function = "mkd_cleanup")]
Expand Down Expand Up @@ -125,4 +125,4 @@ namespace Markdown
NOSTYLE,
EMBED
}
}
}