X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=tmp.c;h=fef4fef2dd932541e5fbbd69f1b580d68be996f7;hb=9dec35aae55c1d122523458b0c92ec1eea16fbdc;hp=7e8589e20e79d9a659efe3af9170aace7c51b329;hpb=3b1d8241131284a13ca059f399d7113075daf351;p=smdp.git diff --git a/tmp.c b/tmp.c index 7e8589e..fef4fef 100644 --- a/tmp.c +++ b/tmp.c @@ -58,10 +58,12 @@ int main(int argc, char *argv[]) { input = stdin; } - // load document object from input - document_t *doc; + // load deck object from input + deck_t *doc; doc = markdown_load(input); + //TODO close file + if(debug > 0) { markdown_debug(doc, debug); }