summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-15 01:25:36 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-15 01:25:36 +0100
commit10dd2c42654d83b34f6f9f7ef26e083cde43f2e4 (patch)
tree175b28a6f6d151a94ba48005f5e5ba28706a1056
parent92eb29f9eda3c1ed1adf52b2bb78a84ea37498f7 (diff)
Removing todo
-rw-r--r--cmarkdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmarkdown.c b/cmarkdown.c
index 8877d16..5fc3fa8 100644
--- a/cmarkdown.c
+++ b/cmarkdown.c
@@ -303,7 +303,7 @@ dolist(const char *begin, const char *end, int newblock) {
}
ADDC(buffer,i) = '\0';
fputs("<li>",stdout);
- process(buffer,buffer+i,isblock); //TODO
+ process(buffer,buffer+i,isblock);
fputs("</li>\n",stdout);
}
fputs(ul ? "</ul>\n" : "</ol>\n",stdout);